Information about plays

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

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

{
    "id": 3600910,
    "uri": "https://api.kexp.org/v2/plays/3600910/?format=api",
    "airdate": "2026-01-06T07:42:19-08:00",
    "show": 65578,
    "show_uri": "https://api.kexp.org/v2/shows/65578/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’ll Never Get Out of This World Alive",
    "track_id": null,
    "recording_id": "45a8abb4-f0cf-4de6-b19b-018fe21a6607",
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "I'll Never Get Out of This World Alive / I Could Never Be Ashamed of You",
    "release_id": null,
    "release_group_id": "95ee4f6f-19aa-39c1-b95c-0c0775c988a9",
    "labels": [
        "MGM Records"
    ],
    "label_ids": [
        "d67971aa-0ac7-4f75-8c9b-e9424ef6648f"
    ],
    "release_date": "1952-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the haunting \"'I'll Never Get Out of This World Alive\", Hank Williams ponders death's approach just weeks before his own.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}