Information about plays

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

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

{
    "id": 3657925,
    "uri": "https://api.kexp.org/v2/plays/3657925/?format=api",
    "airdate": "2026-05-22T04:55:15-07:00",
    "show": 66781,
    "show_uri": "https://api.kexp.org/v2/shows/66781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up in Flames",
    "track_id": null,
    "recording_id": null,
    "artist": "Koko Taylor",
    "artist_ids": [
        "9ebffe22-c6e0-49bc-a6c2-f79a97bc38b3"
    ],
    "album": "Wild at Heart",
    "release_id": null,
    "release_group_id": "5c7d9c4a-6df4-3fe0-bfbc-a0661440c17a",
    "labels": [],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A moody song written by David Lynch & Angelo Badalamenti for Wild At Heart”. The “Queen” of Chicago Blues gives here an outstanding performance, “misleading” for those who haven’t experienced her fiery temper.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}