Information about plays

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

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

{
    "id": 3552695,
    "uri": "https://api.kexp.org/v2/plays/3552695/?format=api",
    "airdate": "2025-09-13T21:31:44-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look at the Dawn",
    "track_id": null,
    "recording_id": "b609a047-3d0e-4ecc-b70a-4e9b5031e3fa",
    "artist": "The Subhumans",
    "artist_ids": [
        "3f7790fc-b5cb-4346-a264-0f798328ef30"
    ],
    "album": "Pissed Off... With Good Reason",
    "release_id": null,
    "release_group_id": "de99d1ab-7f20-3a7a-a373-67cc4a167afa",
    "labels": [
        "Essential Noise"
    ],
    "label_ids": [
        "803dc407-b9ff-465d-8a48-42ae7b98dbcb"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The \"Canadian\" Subhuman's first show was at an “anti-Canada Day” celebration, sponsored by anarchists, on July 1st, 1978.\n\nhttps://alternativetentacles.com/pages/artist-page/subhumans-canada",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}