Information about plays

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

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

{
    "id": 3604250,
    "uri": "https://api.kexp.org/v2/plays/3604250/?format=api",
    "airdate": "2026-01-14T11:38:11-08:00",
    "show": 65648,
    "show_uri": "https://api.kexp.org/v2/shows/65648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing on Our Graves",
    "track_id": "95665520-39e2-313d-b92b-eb90b40985a9",
    "recording_id": "e5b94852-8695-4530-9e3c-4142a09fed5a",
    "artist": "The Cave Singers",
    "artist_ids": [
        "bc07a2b3-807a-4dda-9c19-003553f18f45"
    ],
    "album": "Invitation Songs",
    "release_id": "d8f53d5b-0833-443b-a2df-5a33ce2022e0",
    "release_group_id": "a3f1af30-d430-3b1a-83bb-33d212e3b21b",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2007-09-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Jenny in Baja.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}