Information about plays

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

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

{
    "id": 3635084,
    "uri": "https://api.kexp.org/v2/plays/3635084/?format=api",
    "airdate": "2026-03-29T10:34:41-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/61a619b1-4346-42a2-bd51-2b25f3aea451/44534512373-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61a619b1-4346-42a2-bd51-2b25f3aea451/44534512373-250.jpg",
    "song": "Something To Be Said",
    "track_id": null,
    "recording_id": "8b76fcef-80d2-48ea-8a41-4acea42c2ddd",
    "artist": "John Andrews & The Yawns",
    "artist_ids": [
        "4a45dbea-909c-4467-a7b9-13aef1efa42e"
    ],
    "album": "STREETSWEEPER",
    "release_id": null,
    "release_group_id": "d41f7f91-493f-4a35-8d38-7ccba85dfcd4",
    "labels": [
        "Earth Libraries"
    ],
    "label_ids": [
        "9ef7c67d-bf6d-4813-9d0a-79866bb48a0b"
    ],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Red Hook, Brooklyn artist’s upcoming April 3 album, this song features his regular band The Yawns and Will Henriksen of Florry on fiddle.\n\nPlaying the Castro Theatre, SF on 4/25 and Neptune Theatre, Seattle on 4/28.\n\nhttps://johnandrewsyawns.bandcamp.com/album/streetsweeper",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}