Information about plays

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

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

{
    "id": 3639899,
    "uri": "https://api.kexp.org/v2/plays/3639899/?format=api",
    "airdate": "2026-04-09T13:46:14-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Moog and Me",
    "track_id": null,
    "recording_id": "a03e467f-5325-460a-92a7-a4158a9c69fb",
    "artist": "Dick Hyman",
    "artist_ids": [
        "dab1ad75-3ea3-4071-91c4-7a66475599d4"
    ],
    "album": "Moog: The Electric Eclectics of Dick Hyman",
    "release_id": null,
    "release_group_id": "598978fa-a596-3d8a-a547-f6c2bace3931",
    "labels": [
        "Command Records"
    ],
    "label_ids": [
        "636aa53f-2a6c-4da5-8b9d-6d4cfada0912"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some elements from this track, most notably the whistle that serves as the lead-in, were sampled by Beck for the song “Sissyneck” on his 1996 album “Odelay”.: https://bracefortheobscure60srock.com/2024/06/28/dick-hyman-the-moog-and-me-brace-for-the-obscure-60s-rock-june-28-2024/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}