Information about plays

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

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

{
    "id": 3615877,
    "uri": "https://api.kexp.org/v2/plays/3615877/?format=api",
    "airdate": "2026-02-10T19:57:34-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Un Du Akerst",
    "track_id": null,
    "recording_id": null,
    "artist": "The Klezmatics",
    "artist_ids": [
        "af6c7228-bcc2-42a5-9129-42071bacd43e"
    ],
    "album": "We Were Made For These Times",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Piranha"
    ],
    "label_ids": [
        "727e8c64-632a-42e2-87cf-ff467a639fec"
    ],
    "release_date": "2026-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in New York’s East Village in 1986, The Klezmatics transformed klezmer into a living, contemporary art form.\n\nLast month The Klezmatics kicked off their 40th anniversary tour starting off in Germany, Czech Republic & Austria\n\nCheck out their 2023 KEXP in-studio here: https://tinyurl.com/2xu9ympz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}