Information about plays

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

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

{
    "id": 3540854,
    "uri": "https://api.kexp.org/v2/plays/3540854/?format=api",
    "airdate": "2025-08-16T18:37:06-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Broken Social Smoker",
    "track_id": null,
    "recording_id": null,
    "artist": "EP Island",
    "artist_ids": [
        "d98e4f20-1387-4467-ada5-bb9f44fb146b"
    ],
    "album": "Rad'ish",
    "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": "LL Schultz and Melanie Covey are EP Island, which is a home-studio-based songwriting and recording project, executed over intensive periods. They wanted to work together musically, but without the usual format of a band with weekly practices. EP Island offered the option of an intense and focused creative process that produced immediate results including set up of gear, writing and recording as many songs in one weekend.\n\nRad'ish is the second session for EP Island and it features the talents of Portico's guitarist/vocalist Lyn Heinemann.\n\nhttps://episland.bandcamp.com/album/radish",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}