Information about plays

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

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

{
    "id": 3645869,
    "uri": "https://api.kexp.org/v2/plays/3645869/?format=api",
    "airdate": "2026-04-23T19:33:17-07:00",
    "show": 66533,
    "show_uri": "https://api.kexp.org/v2/shows/66533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The House of the Rising Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "村岡実",
    "artist_ids": [
        "a900bd7e-ef4d-4ca1-8213-7c70a395a554"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "村岡実 (Minoru Muraoka) was a Japanese shakuhachi player. He became well known for using the shakuhachi to play jazz music, which was influential on popularizing the instrument in contemporary Japanese music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}