Information about plays

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

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

{
    "id": 3637997,
    "uri": "https://api.kexp.org/v2/plays/3637997/?format=api",
    "airdate": "2026-04-05T00:56:23-07:00",
    "show": 66370,
    "show_uri": "https://api.kexp.org/v2/shows/66370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "怨殺",
    "track_id": null,
    "recording_id": "3b58b21d-fd4c-4e05-8c09-001f92b577d1",
    "artist": "Evil",
    "artist_ids": [
        "a1c2cea5-db2f-4fa3-bf4b-3555efa14907"
    ],
    "album": "Possessed by Evil",
    "release_id": null,
    "release_group_id": "e5a03be2-5511-41d1-83a2-c08a9fb18a2e",
    "labels": [
        "Nuclear War Now! Productions"
    ],
    "label_ids": [
        "981100aa-968e-42bb-bc00-1c2f3aea52c6"
    ],
    "release_date": "2021-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tokyo based band featuring members of Witchslaught and Lurking Fear.\n\nhttps://evil-thrash.jimdofree.com/\nhttps://www.facebook.com/eviljapan/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}