Information about plays

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

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

{
    "id": 3601562,
    "uri": "https://api.kexp.org/v2/plays/3601562/?format=api",
    "airdate": "2026-01-07T21:54:59-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voyage of the Trieste",
    "track_id": null,
    "recording_id": "a6773ec8-d2e3-427e-a08f-74e452df0fa4",
    "artist": "The Chocolate Watch Band",
    "artist_ids": [
        "78845d2c-8565-48be-99e0-32c1589459a1"
    ],
    "album": "The Inner Mystique",
    "release_id": null,
    "release_group_id": "ef15fba0-3d09-352b-9958-28549040bfad",
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bay Area group active in the 60s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}