Information about plays

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

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

{
    "id": 3630893,
    "uri": "https://api.kexp.org/v2/plays/3630893/?format=api",
    "airdate": "2026-03-19T04:19:53-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Storm King",
    "track_id": null,
    "recording_id": "651c3740-bae3-4b82-9962-4f52aeafe407",
    "artist": "Bob James",
    "artist_ids": [
        "f4d2fc5a-cacb-47c8-b096-ee73864b1aa8"
    ],
    "album": "Three",
    "release_id": null,
    "release_group_id": "e71d380d-5679-3524-a079-215892bec325",
    "labels": [
        "Tappan Zee Records"
    ],
    "label_ids": [
        "48a37305-89ae-48c2-aa04-ced161018e6d"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the oft-sampled third LP from American jazz keyboardist Bob James",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}