Information about plays

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

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

{
    "id": 3605626,
    "uri": "https://api.kexp.org/v2/plays/3605626/?format=api",
    "airdate": "2026-01-17T18:45:40-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loma Linda",
    "track_id": null,
    "recording_id": null,
    "artist": "St. Yuma",
    "artist_ids": [
        "e3c7b019-ed69-45f0-a13c-95429e7fafdb"
    ],
    "album": "Country Sleight of Hand",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music from Seattle alt-country band St. Yuma!\n\nThey're opening for MAITA at Baba Yaga on February 1st - get your tickets right now!\n\nhttps://tickets.venuepilot.com/e/maita-with-st-yuma-2026-02-01-baba-yaga-seattle-a29e52",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}