Information about plays

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

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

{
    "id": 3636263,
    "uri": "https://api.kexp.org/v2/plays/3636263/?format=api",
    "airdate": "2026-04-01T02:49:29-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-7ec64128-e2a1-4a93-b30d-0208a56ddfbd/mbid-7ec64128-e2a1-4a93-b30d-0208a56ddfbd-31613107385_thumb500.jpg",
    "thumbnail_uri": "https://ia801003.us.archive.org/2/items/mbid-7ec64128-e2a1-4a93-b30d-0208a56ddfbd/mbid-7ec64128-e2a1-4a93-b30d-0208a56ddfbd-31613107385_thumb250.jpg",
    "song": "Down the Drain",
    "track_id": "3d2b9930-21c4-302e-b70d-f148afec4588",
    "recording_id": "8bb21e8b-9486-49fa-907c-a279621c4ad4",
    "artist": "Ken Nordine",
    "artist_ids": [
        "02559a81-c2b5-46fd-a4d7-51d452fd3b3e"
    ],
    "album": "The Best of Word Jazz, Volume 1",
    "release_id": "7ec64128-e2a1-4a93-b30d-0208a56ddfbd",
    "release_group_id": "b122a966-d050-38f6-88d8-d68cf371794f",
    "labels": [
        "Rhino Wordbeat"
    ],
    "label_ids": [
        "7b032c36-34c9-4cef-b1ed-21a97479397e"
    ],
    "release_date": "1990-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}