Information about plays

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

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

{
    "id": 3635071,
    "uri": "https://api.kexp.org/v2/plays/3635071/?format=api",
    "airdate": "2026-03-29T09:45:52-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/97d31456-be0e-4eb5-93c7-7f3df553fffb/3246657020-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/97d31456-be0e-4eb5-93c7-7f3df553fffb/3246657020-250.jpg",
    "song": "Rebel Jew",
    "track_id": null,
    "recording_id": "afbb9856-0457-4871-a4b9-2cc32782afb4",
    "artist": "Silver Jews",
    "artist_ids": [
        "1bc2d696-c0e2-480d-87ed-17b2a82d7983"
    ],
    "album": "Starlite Walker",
    "release_id": null,
    "release_group_id": "1bc39e74-696a-3313-8f22-b2ad7ebec036",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1994-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1989 in Hoboken NJ during jam sessions between David Berman, Stephen Malkmus and Bob Nastanovich.\nhttps://silverjews.bandcamp.com/album/starlite-walker",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}