Information about plays

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

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

{
    "id": 3639138,
    "uri": "https://api.kexp.org/v2/plays/3639138/?format=api",
    "airdate": "2026-04-07T17:44:09-07:00",
    "show": 66393,
    "show_uri": "https://api.kexp.org/v2/shows/66393/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rite of Spring, K015, Pt. 1",
    "track_id": null,
    "recording_id": null,
    "artist": "Seattle Symphony, Gerard Schwarz",
    "artist_ids": [
        "0b51c328-1f2b-464c-9e2c-0c2a8cce20ae",
        "97a9d9ab-43a5-486c-9aaf-55c1b2cbd050"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\nPart 1 of The Rite of Spring is \"The Adoration of the Earth\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}