Information about plays

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

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

{
    "id": 3543668,
    "uri": "https://api.kexp.org/v2/plays/3543668/?format=api",
    "airdate": "2025-08-23T08:59:24-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "https://coverartarchive.org/release/a93a68f7-7cd4-42bf-ba88-fef2b195b8bb/17163831271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a93a68f7-7cd4-42bf-ba88-fef2b195b8bb/17163831271-250.jpg",
    "song": "Fools Die (for Want of Wisdom)",
    "track_id": null,
    "recording_id": "5341e00b-f950-4bf3-83e3-16088f6959eb",
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "Wanted Dread & Alive",
    "release_id": null,
    "release_group_id": "0802c02d-bb53-3da5-a80a-38bc02da8198",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning!\n\n\"Fools Die” delves into the theme of human ignorance and the consequences that follow when we fail to address important societal issues. Tosh's powerful lyrics explore the concept of individuals leading meaningless lives, lacking awareness of the world around them. The song suggests that ignorance can be a dangerous path, leading to self-destruction and the perpetuation of societal problems. https://oldtimemusic.com/the-meaning-behind-the-song-fools-die-by-peter-tosh/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}