{
 "albums": {
  "href": "https://api.spotify.com/v1/search?query=Sufjan+Stevens+Planetarium&type=album&market=US&offset=0&limit=5",
  "items": [
   {
    "album_type": "album",
    "artists": [
     {
      "external_urls": {
       "spotify": "https://open.spotify.com/artist/2TvVB6B050Aj5y2Hk4H84z"
      },
      "href": "https://api.spotify.com/v1/artists/2TvVB6B050Aj5y2Hk4H84z",
      "id": "2TvVB6B050Aj5y2Hk4H84z",
      "name": "James McAlister",
      "type": "artist",
      "uri": "spotify:artist:2TvVB6B050Aj5y2Hk4H84z"
     },
     {
      "external_urls": {
       "spotify": "https://open.spotify.com/artist/5HHKeO04SOcxUxjruFXf5l"
      },
      "href": "https://api.spotify.com/v1/artists/5HHKeO04SOcxUxjruFXf5l",
      "id": "5HHKeO04SOcxUxjruFXf5l",
      "name": "Bryce Dessner",
      "type": "artist",
      "uri": "spotify:artist:5HHKeO04SOcxUxjruFXf5l"
     },
     {
      "external_urls": {
       "spotify": "https://open.spotify.com/artist/4MXUO7sVCaFgFjoTI5ox5c"
      },
      "href": "https://api.spotify.com/v1/artists/4MXUO7sVCaFgFjoTI5ox5c",
      "id": "4MXUO7sVCaFgFjoTI5ox5c",
      "name": "Sufjan Stevens",
      "type": "artist",
      "uri": "spotify:artist:4MXUO7sVCaFgFjoTI5ox5c"
     },
     {
      "external_urls": {
       "spotify": "https://open.spotify.com/artist/2vObsQCPsbVfkqHlQOu2zc"
      },
      "href": "https://api.spotify.com/v1/artists/2vObsQCPsbVfkqHlQOu2zc",
      "id": "2vObsQCPsbVfkqHlQOu2zc",
      "name": "Nico Muhly",
      "type": "artist",
      "uri": "spotify:artist:2vObsQCPsbVfkqHlQOu2zc"
     }
    ],
    "external_urls": {
     "spotify": "https://open.spotify.com/album/0msgMFYRkWX6HixjvGOQHJ"
    },
    "href": "https://api.spotify.com/v1/albums/0msgMFYRkWX6HixjvGOQHJ",
    "id": "0msgMFYRkWX6HixjvGOQHJ",
    "images": [
     {
      "height": 640,
      "url": "https://i.scdn.co/image/ab67616d0000b2737b2fcdc081af87e216367561",
      "width": 640
     },
     {
      "height": 300,
      "url": "https://i.scdn.co/image/ab67616d00001e027b2fcdc081af87e216367561",
      "width": 300
     },
     {
      "height": 64,
      "url": "https://i.scdn.co/image/ab67616d000048517b2fcdc081af87e216367561",
      "width": 64
     }
    ],
    "name": "Planetarium",
    "release_date": "2017-06-09",
    "release_date_precision": "day",
    "total_tracks": 17,
    "type": "album",
    "uri": "spotify:album:0msgMFYRkWX6HixjvGOQHJ"
   }
  ],
  "limit": 5,
  "next": null,
  "offset": 0,
  "previous": null,
  "total": 1
 }
}