{
    "album_type": "single",
    "artists": [{
        "external_urls": {
            "spotify": "https://open.spotify.com/artist/5YGY8feqx7naU7z4HrwZM6"
        },
        "href": "https://api.spotify.com/v1/artists/5YGY8feqx7naU7z4HrwZM6",
        "id": "5YGY8feqx7naU7z4HrwZM6",
        "name": "Miley Cyrus",
        "type": "artist",
        "uri": "spotify:artist:5YGY8feqx7naU7z4HrwZM6"
    }],
    "available_markets": [],
    "copyrights": [{
        "text": "(P) 2023 Smiley Miley, Inc. under exclusive license to Columbia Records, a Division of Sony Music Entertainment",
        "type": "P"
    }],
    "external_ids": {
        "upc": "196589803047"
    },
    "external_urls": {
        "spotify": "https://open.spotify.com/album/7I0tjwFtxUwBC1vgyeMAax"
    },
    "genres": [],
    "href": "https://api.spotify.com/v1/albums/7I0tjwFtxUwBC1vgyeMAax",
    "id": "7I0tjwFtxUwBC1vgyeMAax",
    "images": [{
        "height": 640,
        "url": "https://dk9mry70382ls.cloudfront.net/album/7I0tjwFtxUwBC1vgyeMAax_640x640",
        "width": 640
    }, {
        "height": 300,
        "url": "https://dk9mry70382ls.cloudfront.net/album/7I0tjwFtxUwBC1vgyeMAax_300x300",
        "width": 300
    }, {
        "height": 64,
        "url": "https://dk9mry70382ls.cloudfront.net/album/7I0tjwFtxUwBC1vgyeMAax_64x64",
        "width": 64
    }],
    "label": "Columbia",
    "name": "Flowers",
    "popularity": 75,
    "release_date": "2023-01-13",
    "release_date_precision": "day",
    "total_tracks": 1,
    "tracks": {
        "href": "https://api.spotify.com/v1/albums/7I0tjwFtxUwBC1vgyeMAax/tracks?offset=0&limit=50",
        "items": [{
            "artists": [{
                "external_urls": {
                    "spotify": "https://open.spotify.com/artist/5YGY8feqx7naU7z4HrwZM6"
                },
                "href": "https://api.spotify.com/v1/artists/5YGY8feqx7naU7z4HrwZM6",
                "id": "5YGY8feqx7naU7z4HrwZM6",
                "name": "Miley Cyrus",
                "type": "artist",
                "uri": "spotify:artist:5YGY8feqx7naU7z4HrwZM6"
            }],
            "available_markets": [],
            "disc_number": 1,
            "duration_ms": 200454,
            "explicit": false,
            "external_urls": {
                "spotify": "https://open.spotify.com/track/0yLdNVWF3Srea0uzk55zFn"
            },
            "href": "https://api.spotify.com/v1/tracks/0yLdNVWF3Srea0uzk55zFn",
            "id": "0yLdNVWF3Srea0uzk55zFn",
            "is_local": false,
            "name": "Flowers",
            "preview_url": null,
            "track_number": 1,
            "type": "track",
            "uri": "spotify:track:0yLdNVWF3Srea0uzk55zFn"
        }],
        "limit": 50,
        "next": null,
        "offset": 0,
        "previous": null,
        "total": 1
    },
    "type": "album",
    "uri": "spotify:album:7I0tjwFtxUwBC1vgyeMAax"
}