Information about plays

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

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

{
    "id": 3617652,
    "uri": "https://api.kexp.org/v2/plays/3617652/?format=api",
    "airdate": "2026-02-15T01:05:07-08:00",
    "show": 65937,
    "show_uri": "https://api.kexp.org/v2/shows/65937/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sword of Fire",
    "track_id": null,
    "recording_id": null,
    "artist": "Denial of Life",
    "artist_ids": [
        "4dcadc3c-053a-4bf4-a18f-52134ff8c335"
    ],
    "album": "Witness the Power",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Creator‐Destructor Records"
    ],
    "label_ids": [
        "2863d79d-d099-4c14-bea4-6cf98748ccd3"
    ],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Denial of Life will be throwing their record release party at Real Art in Tacoma on February 21st with support from Power, Slime, Misery Whip, End of Dayz, Witness Chamber, and Cujo.  There will also be a secret set.\n\nhttps://tickets.venuepilot.com/e/real-art-tacoma-presents-a-northwest-celebration-denial-of-life-witness-the-power-record-release-2026-8ac65c\nhttps://denialoflife.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}