jq

cat history.json | jq '.items[0]'
{
  "track": {
    "album": {
      "album_type": "album",
      "artists": [
        {
          "external_urls": {
            "spotify": "https://open.spotify.com/artist/3190LZw4ThYKXI7rkkmpYl"
          },
          "href": "https://api.spotify.com/v1/artists/3190LZw4ThYKXI7rkkmpYl",
          "id": "3190LZw4ThYKXI7rkkmpYl",
          "name": "Melting Point (INT)",
          "type": "artist",
          "uri": "spotify:artist:3190LZw4ThYKXI7rkkmpYl"
        }
              ]  
          }
       }
}



Last updated

Was this helpful?