Information about plays

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

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

{
    "id": 3624212,
    "uri": "https://api.kexp.org/v2/plays/3624212/?format=api",
    "airdate": "2026-03-02T00:50:09-08:00",
    "show": 66067,
    "show_uri": "https://api.kexp.org/v2/shows/66067/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4a6bb1a-f3ce-4942-bdc0-51a45ce69cd1/15367562224-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4a6bb1a-f3ce-4942-bdc0-51a45ce69cd1/15367562224-250.jpg",
    "song": "Austerlitz",
    "track_id": null,
    "recording_id": "e89f4b2f-b18b-4340-a880-da21e24d26c2",
    "artist": "Apparat",
    "artist_ids": [
        "dc3dbfc1-f1f1-49c6-9d7c-425fabf3ae12"
    ],
    "album": "Krieg und Frieden (Music for Theatre)",
    "release_id": null,
    "release_group_id": "45802b86-f741-4c49-b2f7-720257fbdfe1",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2013-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}