{
  "albums": {
    "href": "https://api.spotify.com/v1/search?query=upc%3A886788021921&type=album&offset=0&limit=50",
    "items": [
      {
        "album_type": "album",
        "artists": [
          {
            "external_urls": {
              "spotify": "https://open.spotify.com/artist/0p5axeJsbtTCXBrRVoKjwu"
            },
            "href": "https://api.spotify.com/v1/artists/0p5axeJsbtTCXBrRVoKjwu",
            "id": "0p5axeJsbtTCXBrRVoKjwu",
            "name": "The Drums",
            "type": "artist",
            "uri": "spotify:artist:0p5axeJsbtTCXBrRVoKjwu"
          }
        ],
        "available_markets": ["US"],
        "external_urls": {
          "spotify": "https://open.spotify.com/album/13F3zUhKQsEe4IG6DaMJCh"
        },
        "href": "https://api.spotify.com/v1/albums/13F3zUhKQsEe4IG6DaMJCh",
        "id": "13F3zUhKQsEe4IG6DaMJCh",
        "images": [
          {
            "height": 640,
            "url": "https://i.scdn.co/image/ab67616d0000b27328704b8e73877747d2c71659",
            "width": 640
          },
          {
            "height": 300,
            "url": "https://i.scdn.co/image/ab67616d00001e0228704b8e73877747d2c71659",
            "width": 300
          },
          {
            "height": 64,
            "url": "https://i.scdn.co/image/ab67616d0000485128704b8e73877747d2c71659",
            "width": 64
          }
        ],
        "name": "Portamento",
        "release_date": "2011-09-06",
        "release_date_precision": "day",
        "total_tracks": 12,
        "type": "album",
        "uri": "spotify:album:13F3zUhKQsEe4IG6DaMJCh"
      }
    ],
    "limit": 50,
    "next": null,
    "offset": 0,
    "previous": null,
    "total": 1
  }
}
