Information about plays

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

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

{
    "id": 3609443,
    "uri": "https://api.kexp.org/v2/plays/3609443/?format=api",
    "airdate": "2026-01-26T16:25:47-08:00",
    "show": 65763,
    "show_uri": "https://api.kexp.org/v2/shows/65763/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Army of Healers",
    "track_id": null,
    "recording_id": "e1025a8a-6602-4b5f-b017-d4f6d3d76d55",
    "artist": "Kamau Daáood",
    "artist_ids": [
        "32153d00-b2a2-4241-a0dc-325987b71933"
    ],
    "album": "Leimert Park",
    "release_id": null,
    "release_group_id": "ddf4fc68-81a7-4386-a6f1-f359ff75fde9",
    "labels": [
        "MAMA Records"
    ],
    "label_ids": [
        "b14dd417-363f-490e-bf29-844f312d6d89"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"For Kamau, Leimert Park is a deeply symbolic album, marking a long history of cultural work in the Los Angeles area. Born and raised in Los Angeles, the multi-talented artist was instrumental in transforming Leimert Park into the cultural center it is today. In 1989 he and drummer Billy Higgins teamed up with a handful of artists to establish the World Stage. Under Kamau’s and Billy’s leadership this store-front performance gallery became Los Angeles’ black creative epicenter.\" - \nhttps://summitrecords.com/artist/kamau-daaood/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}