Information about plays

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

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

{
    "id": 3556388,
    "uri": "https://api.kexp.org/v2/plays/3556388/?format=api",
    "airdate": "2025-09-22T16:34:19-07:00",
    "show": 64635,
    "show_uri": "https://api.kexp.org/v2/shows/64635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Braided Cords",
    "track_id": null,
    "recording_id": null,
    "artist": "Yingtuitive",
    "artist_ids": [],
    "album": "Letters to Self",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Third Place Records"
    ],
    "label_ids": [
        "08ed838d-69e0-434c-b50c-e21da0867b01"
    ],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Singapore-born, London-based producer yingtuitive introduces herself with Letters To Self 寫情書, a deeply personal debut LP arriving on Will Hofbauer’s Third Place.\n\nA classically trained pianist whose musical identity draws from Southeast Asian traditions, electronic experimentation, and diasporic reflection, yingtuitive crafts soundscapes that feel both intimate and expansive.\"\n\nhttps://thirdplacerecords.bandcamp.com/album/yingtuitive-letters-to-self",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}