Information about plays

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

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

{
    "id": 3598972,
    "uri": "https://api.kexp.org/v2/plays/3598972/?format=api",
    "airdate": "2026-01-01T21:36:28-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Pastoral Life",
    "track_id": null,
    "recording_id": "cb15b5d4-399c-4b46-b2c1-32b52072d6ad",
    "artist": "Minami Deutsch",
    "artist_ids": [
        "a51ae558-d194-400c-a92f-66b471f92fb7"
    ],
    "album": "Tunnel / New Pastoral Life",
    "release_id": null,
    "release_group_id": "740ec563-886a-4db5-bbb7-412a15187690",
    "labels": [
        "Höga Nord Rekords"
    ],
    "label_ids": [
        "14fbd166-7942-4f4a-a979-f69e0b22ca8e"
    ],
    "release_date": "2016-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minami Deutsch is a Krautrock band from Tokyo. Formed by Kyotaro Miula in 2014, they got their start playing live music on the busy streets of Tokyo. \n--\nhttps://minamideutsch.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}