Information about plays

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

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

{
    "id": 3543663,
    "uri": "https://api.kexp.org/v2/plays/3543663/?format=api",
    "airdate": "2025-08-23T07:31:22-07:00",
    "show": 64365,
    "show_uri": "https://api.kexp.org/v2/shows/64365/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Music Heals: La Luz’s Latest Album Reflects on Cancer Diagnosis",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Last year, KEXP’s Emily Fox spoke with Shana Cleveland of La Luz about her band’s latest album, News of the Universe, and how many of the songs reflect on the breast cancer diagnosis she got after weaning her then two-year-old son off breastfeeding.\n\n\nLink to the story: https://www.kexp.org/podcasts/a-deeper-listen/2024/5/28/la-luzs-new-album-reflects-on-cancer-diagnosis/\n\n\nKEXP celebrated Music Heals: Beyond Cancer this past Thursday, August 21. You can learn more here: https://kexp.org/musicheals/",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}