Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3428577/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3428577,
    "uri": "https://api.kexp.org/v2/plays/3428577/?format=api",
    "airdate": "2024-11-22T08:04:14-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7b5adf5-daa3-45e5-9c04-62777ef5dd42/2420546731-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7b5adf5-daa3-45e5-9c04-62777ef5dd42/2420546731-250.jpg",
    "song": "Let’s Dance",
    "track_id": null,
    "recording_id": "666023bd-745f-4b38-bb15-325e61156fd0",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Let’s Dance",
    "release_id": null,
    "release_group_id": "c67a3d62-a596-35c8-b1e6-44d56c4430ef",
    "labels": [
        "EMI America"
    ],
    "label_ids": [
        "4881ac0f-1a15-4dd9-8b64-1c39a68edd33"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“On the first version I did of Let’s Dance, I was playing a lot of fast and fancy stuff on the bass,”  bassist Erdal Kızılçay later said of the session. But while his self-confessed attempts at emulating jazz bassist Jaco Pastorious left Bowie with “a little smile on his face”, [producer Nile] Rodgers “came to me and said, ‘Erdal, that’s great the way you play, but don’t play that shit. I love it, but, it’s not your solo album, it’s David Bowie’s!’” Together, the pair worked out a more streamlined bass part that would anchor the recording.\"  Here's a great article on the production of this song: https://www.thisisdig.com/feature/lets-dance-david-bowie-song-story/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}