Information about plays

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

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

{
    "id": 3611659,
    "uri": "https://api.kexp.org/v2/plays/3611659/?format=api",
    "airdate": "2026-01-31T23:31:12-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/0da17092-7841-4de6-ae30-9a856c56b771/16727218235-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0da17092-7841-4de6-ae30-9a856c56b771/16727218235-250.jpg",
    "song": "Pale Horse",
    "track_id": null,
    "recording_id": "b07501f2-faf5-44cd-8e87-165c7c3204c6",
    "artist": "Grinning Death's Head",
    "artist_ids": [
        "8b3359c5-166d-4e90-923a-00f47be09894"
    ],
    "album": "Blood War",
    "release_id": null,
    "release_group_id": "8b05b025-ffeb-4b36-83d7-29c927427cfe",
    "labels": [
        "Youth Attack"
    ],
    "label_ids": [
        "4852c5f3-64bc-48ce-b2fb-040d3b2abb93"
    ],
    "release_date": "2017-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"And I looked, and behold a pale horse: and his name that sat on him was Death, and Hell followed with him..\" Rev 6:8\n\nhttps://youthattack.bandcamp.com/album/grinning-deaths-head",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}