Information about plays

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

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

{
    "id": 3637921,
    "uri": "https://api.kexp.org/v2/plays/3637921/?format=api",
    "airdate": "2026-04-04T21:21:31-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/a75b5c6d-a1b8-41a5-8e52-20534cfd078a/44081512441-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a75b5c6d-a1b8-41a5-8e52-20534cfd078a/44081512441-250.jpg",
    "song": "Heat (single version)",
    "track_id": null,
    "recording_id": "1867bc25-765c-4859-9293-09d8d4ba214c",
    "artist": "Station Model Violence",
    "artist_ids": [
        "0b469761-c0d3-498c-8c87-972755c3b933"
    ],
    "album": "Station Model Violence",
    "release_id": null,
    "release_group_id": "2083be1e-1a4d-48cb-ad33-2a7bd1cf2721",
    "labels": [
        "ANTI FADE records"
    ],
    "label_ids": [
        "c32f8eee-9c16-429a-93ac-acc0a949e62a"
    ],
    "release_date": "2026-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New band out of Sydney, Australia featuring Daniel Stewart of Total Control and Straightjacket Nation.  Also featuring members of Den and R.M.F.C.\n\nhttps://stationmodelviolence.bandcamp.com/album/station-model-violence\nhttps://stereogum.com/2485206/station-model-violence-announce-self-titled-debut-album-hear-heat/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}