Information about plays

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

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

{
    "id": 3640967,
    "uri": "https://api.kexp.org/v2/plays/3640967/?format=api",
    "airdate": "2026-04-11T23:03:37-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://coverartarchive.org/release/33e682d7-f8e9-481a-b40d-b376b2125616/38027072085-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33e682d7-f8e9-481a-b40d-b376b2125616/38027072085-250.jpg",
    "song": "Dead Men Don't Rape",
    "track_id": null,
    "recording_id": "f02c6d8b-6bbd-4666-a62b-e3c10064dc35",
    "artist": "Delilah Bon",
    "artist_ids": [
        "c38f076f-ad03-4b7e-bf5c-ac82d0dda536"
    ],
    "album": "Dead Men Don't Rape",
    "release_id": null,
    "release_group_id": "17bae51c-d2b4-4b92-bab8-330c8b05be4c",
    "labels": [
        "Trash Queen Records"
    ],
    "label_ids": [
        "67bb7b90-b8fe-4598-82de-f89cf57eacae"
    ],
    "release_date": "2022-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}