Information about plays

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

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

{
    "id": 3618821,
    "uri": "https://api.kexp.org/v2/plays/3618821/?format=api",
    "airdate": "2026-02-17T20:10:45-08:00",
    "show": 65961,
    "show_uri": "https://api.kexp.org/v2/shows/65961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "here2",
    "track_id": null,
    "recording_id": null,
    "artist": "plash",
    "artist_ids": [
        "f6b7d03a-b2ba-41eb-8737-9772ed693f90"
    ],
    "album": "i live alone",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Plash is a Seattle-based Korean-American band blending math rock, indie rock, and art rock, featuring Jeseul Oh, FD Riverhill, Luca Cartner, and James Lee.\n\nhttps://plashband.bandcamp.com/album/i-live-alone\n\nCheck them out at the Tractor Tavern in Seattle on April 3rd! On the same bill, you can see Tomo Nakamaya and Maita!\n\nhttps://do206.com/events/2026/4/3/tomo-nakayama-maita-plash-tickets",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}