Information about plays

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

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

{
    "id": 3613347,
    "uri": "https://api.kexp.org/v2/plays/3613347/?format=api",
    "airdate": "2026-02-05T02:11:31-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Once in a Lifetime",
    "track_id": null,
    "recording_id": null,
    "artist": "WITCH",
    "artist_ids": [
        "6fc531d2-9a47-496b-b4b5-01e2b17fe99d"
    ],
    "album": "Naive Melodies",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Really cool covers album of Talking Heads by African bands. \"Naive Melodies is a bold and visionary tribute to the music of Talking Heads, reinterpreted through the lens of Black musical innovation. Curated by Drew McFadden — the creative mind behind BBE’s acclaimed Modern Love (David Bowie tribute album) — this new collection dives deep into the Afro-diasporic rhythms and experimental soul roots that helped shape Talking Heads’ unmistakable New Wave sound. Inspired by artists like Fela Kuti, Parliament, and Al Green — whose influences loomed large in the band’s rhythmic DNA — Naive Melodies shines a light on the Black music traditions that underpinned their artistry.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}