Information about plays

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

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

{
    "id": 3641382,
    "uri": "https://api.kexp.org/v2/plays/3641382/?format=api",
    "airdate": "2026-04-13T01:14:45-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easy Living (remastered)",
    "track_id": null,
    "recording_id": "5f35e27b-6a66-4b83-9727-4fe400ea74f1",
    "artist": "Lawrence Marable Quartet feat. James Clay",
    "artist_ids": [
        "cf8abc07-f055-44bf-8cbc-8306af98220d",
        "5e10d83c-5963-40d9-96d4-8b3c1ac94504"
    ],
    "album": "Tenorman",
    "release_id": null,
    "release_group_id": "f161d0f8-627a-4705-80cc-eaa197a5105e",
    "labels": [
        "Jazz West"
    ],
    "label_ids": [
        "bccfa373-7c6a-4bae-905e-aa2285937f75"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lesser Known Quartet works featuring James Clay On Tenor, Sonny Clark on one of his earliest recordings, Lawrence Marble on Drums, Jimmy Bond on Bass, Originally recorded in 1956",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}