Information about plays

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

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

{
    "id": 3635407,
    "uri": "https://api.kexp.org/v2/plays/3635407/?format=api",
    "airdate": "2026-03-30T02:24:55-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "At the Gates of an Unwelcoming Buddha",
    "track_id": null,
    "recording_id": null,
    "artist": "Sean Wolcott",
    "artist_ids": [
        "94853530-8cb6-4fbe-8111-1c3f8c22b3c8"
    ],
    "album": "Lady Swordfighter: Escape from Hatchi-jo Jima",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Clockwork"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The 2nd chapter in the Lady Swordfighter series. Filled with heavy grooves and traditional Japanese instruments from local Seattle musicians such as Aura Ruddell (koto, vocals), Hanz Araki (shakuhatchi) and more https://seanwolcott.bandcamp.com/album/lady-swordfighter-escape-from-hachij-jima",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}