Information about plays

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

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

{
    "id": 3553191,
    "uri": "https://api.kexp.org/v2/plays/3553191/?format=api",
    "airdate": "2025-09-15T01:15:29-07:00",
    "show": 64566,
    "show_uri": "https://api.kexp.org/v2/shows/64566/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Spider",
    "track_id": null,
    "recording_id": "d8a30e81-1d38-45c3-ab43-93090ec01f5f",
    "artist": "Dannie Richmond",
    "artist_ids": [
        "216cb4cd-fc7e-4504-b24a-74b27c397091"
    ],
    "album": "\"In\" Jazz for the Culture Set",
    "release_id": null,
    "release_group_id": "9bfffdc4-4e48-352d-b842-c6d67cd38bee",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seasoned Jazz Drum veterans lead session on Impulse, Jaki Byard on Piano",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}