Information about plays

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

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

{
    "id": 3603036,
    "uri": "https://api.kexp.org/v2/plays/3603036/?format=api",
    "airdate": "2026-01-11T10:39:45-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Theme From Good Times",
    "track_id": null,
    "recording_id": null,
    "artist": "Good Times TV Show Theme",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring vocals by Jim Gilstrap and Blinky Williams, with music by Dave Grusin and lyrics by Alan & Marilyn Bergman. Its lyrics are famously hard to understand, especially the line that many mishear as \"Hangin' in a chow line,\" but was confirmed by the Bergmans to be \"Hangin' in and jivin'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}