Information about plays

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

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

{
    "id": 3640013,
    "uri": "https://api.kexp.org/v2/plays/3640013/?format=api",
    "airdate": "2026-04-09T19:25:37-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Will Is a Corny Joke",
    "track_id": null,
    "recording_id": "9adf139c-5ff0-470d-82b9-f211c12af991",
    "artist": "moonsomoon",
    "artist_ids": [
        "d597bc7f-8700-4358-8148-f26bf4ac56df"
    ],
    "album": "Red Eyes",
    "release_id": null,
    "release_group_id": "d389c2f1-f63c-4e22-8145-e48d0fd590a9",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My Will is a Corny Joke, from Moonsomoon’s debut album Red Eyes, was inspired by the image of a red-eyed woman burned at the stake during a witch hunt. Amid the flames and final screams, she feels no regret, knowing her death won’t silence dissent. To her persecutors, this defiance may seem a trivial joke, but its meaning lasts. KIMILRO’s flowing guitar and cacophony’s vocals, from haunting whispers to explosive power, capture the song’s fierce, unyielding spirit.\n\n--\nhttps://moonsomoon.bandcamp.com/\n@moonsomoon2020",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}