Information about plays

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

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

{
    "id": 3570207,
    "uri": "https://api.kexp.org/v2/plays/3570207/?format=api",
    "airdate": "2025-10-26T11:33:08-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4df9ee8-b1a2-4d5d-93e2-8aeaf74d47f0/9734931996-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4df9ee8-b1a2-4d5d-93e2-8aeaf74d47f0/9734931996-250.jpg",
    "song": "What’s He Building?",
    "track_id": null,
    "recording_id": "e4eb2a80-04aa-4235-9035-7edaaaf778da",
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Mule Variations",
    "release_id": null,
    "release_group_id": "be821a7a-4a19-3062-9ca6-8d07a658bc10",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "1999-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Waits was inspired by Chicago voice actor Ken Nordine for this track. He was also inspired by the “rat theory” about humanity’s overpopulation and convenience of comfort. “When the rats get too plentiful, they turn on each other.”\n\nWatch the eerie video for this track directed by Lex Brand: https://www.youtube.com/watch?v=04qPdGNA_KM \nRead more about the creation of ‘Mule Variations’ here: http://bit.ly/4hqx7t3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}