Information about plays

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

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

{
    "id": 3608692,
    "uri": "https://api.kexp.org/v2/plays/3608692/?format=api",
    "airdate": "2026-01-24T21:37:53-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "https://dn710008.ca.archive.org/0/items/mbid-d5960f6a-744e-465c-8c9b-78dcb460b7ad/mbid-d5960f6a-744e-465c-8c9b-78dcb460b7ad-26110855048_thumb500.jpg",
    "thumbnail_uri": "https://dn710008.ca.archive.org/0/items/mbid-d5960f6a-744e-465c-8c9b-78dcb460b7ad/mbid-d5960f6a-744e-465c-8c9b-78dcb460b7ad-26110855048_thumb250.jpg",
    "song": "Firing Squad",
    "track_id": "380c566e-a0f6-3e93-b988-e6572577d8a0",
    "recording_id": "210d82e0-c8b1-4ce5-805f-c3c569ca5f0e",
    "artist": "The Subhumans",
    "artist_ids": [
        "3f7790fc-b5cb-4346-a264-0f798328ef30"
    ],
    "album": "Death Was Too Kind",
    "release_id": "d5960f6a-744e-465c-8c9b-78dcb460b7ad",
    "release_group_id": "697de4f6-ef42-4878-8281-02a63abc02e8",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "2008-11-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Subhumans from Vancouver, BC were featured in the 2010 documentary film Bloodied but Unbowed, directed by Susanne Tabata",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}