Information about plays

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

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

{
    "id": 3572874,
    "uri": "https://api.kexp.org/v2/plays/3572874/?format=api",
    "airdate": "2025-11-02T00:41:03-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Da'ath Ye Shadow Portrait",
    "track_id": null,
    "recording_id": null,
    "artist": "Veilburner",
    "artist_ids": [
        "fd6d32d2-8323-4b3b-bc2e-f11034d384da"
    ],
    "album": "Longing for Triumph, Reeking of Tragedy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Transcending Obscurity"
    ],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Longing for Triumph, Reeking of Tragedy marks this Philadelphia duo's eighth full length release and is available for pre-order via Transcending Obscurity Records.\n\nhttps://veilburnerband.bandcamp.com/album/longing-for-triumph-reeking-of-tragedy\nhttps://www.facebook.com/veilburner/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}