Information about plays

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

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

{
    "id": 3555129,
    "uri": "https://api.kexp.org/v2/plays/3555129/?format=api",
    "airdate": "2025-09-19T19:26:45-07:00",
    "show": 64605,
    "show_uri": "https://api.kexp.org/v2/shows/64605/?format=api",
    "image_uri": "https://coverartarchive.org/release/59ae7960-4dbc-44dc-a149-75cf3cd1664c/28112803046-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59ae7960-4dbc-44dc-a149-75cf3cd1664c/28112803046-250.jpg",
    "song": "Zombie",
    "track_id": null,
    "recording_id": "2348f264-c970-4673-9483-2dbbb900cf8b",
    "artist": "Fẹla and Afrika 70",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a",
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced"
    ],
    "album": "Zombie",
    "release_id": null,
    "release_group_id": "517cbfb2-2279-4af9-8ca7-1c4c1a444925",
    "labels": [],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in the UK in 1977, Fela Kuti's 'Zombie' was a scathing attack on Nigerian soldiers using the zombie metaphor to describe the methods of the Nigerian military. The album was a smash hit with the people and infuriated the government, setting off a vicious attack against the Kalakuta Republic (a commune that Fela had established in Nigeria), during which one thousand soldiers attacked the commune. Kuti was severely beaten, and his elderly mother was thrown from a window, causing fatal injuries.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}