{
  "href" : "https://api.spotify.com/v1/albums/0sNOF9WDwhWunNAHPD3Baj/tracks?offset=0&limit=1",
  "items" : [ {
    "artists" : [ {
      "external_urls" : {
        "spotify" : "https://open.spotify.com/artist/2BTZIqw0ntH9MvilQ3ewNY"
      },
      "href" : "https://api.spotify.com/v1/artists/2BTZIqw0ntH9MvilQ3ewNY",
      "id" : "2BTZIqw0ntH9MvilQ3ewNY",
      "name" : "Cyndi Lauper",
      "type" : "artist",
      "uri" : "spotify:artist:2BTZIqw0ntH9MvilQ3ewNY"
    } ],
    "available_markets" : [ ],
    "disc_number" : 1,
    "duration_ms" : 305560,
    "explicit" : false,
    "external_urls" : {
      "spotify" : "https://open.spotify.com/track/3f9zqUnrnIq0LANhmnaF0V"
    },
    "href" : "https://api.spotify.com/v1/tracks/3f9zqUnrnIq0LANhmnaF0V",
    "id" : "3f9zqUnrnIq0LANhmnaF0V",
    "name" : "Money Changes Everything",
    "preview_url" : null,
    "track_number" : 1,
    "type" : "track",
    "uri" : "spotify:track:3f9zqUnrnIq0LANhmnaF0V"
  } ],
  "limit" : 1,
  "next" : "https://api.spotify.com/v1/albums/0sNOF9WDwhWunNAHPD3Baj/tracks?offset=1&limit=1",
  "offset" : 0,
  "previous" : null,
  "total" : 13
}
