Information about plays

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

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

{
    "id": 3611663,
    "uri": "https://api.kexp.org/v2/plays/3611663/?format=api",
    "airdate": "2026-01-31T23:40:34-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hands of Steel",
    "track_id": null,
    "recording_id": null,
    "artist": "Subversive Rite",
    "artist_ids": [
        "02f7bfc8-cf92-4fdb-9aa2-31c2637fe351"
    ],
    "album": "Apocalypse Zone",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Acute Noise Manufacture"
    ],
    "label_ids": [],
    "release_date": "2025-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Apocalypse Zone is the long-awaited, second album and final offering from NYC hardcore punks, SUBVERSIVE RITE. \n\nhttps://acutenoise.bandcamp.com/album/apocalypse-zone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}