Information about plays

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

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

{
    "id": 3577638,
    "uri": "https://api.kexp.org/v2/plays/3577638/?format=api",
    "airdate": "2025-11-13T11:39:03-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Song for David",
    "track_id": null,
    "recording_id": "584084a9-f0a5-479e-afc7-d0b77c24e7fb",
    "artist": "Joan Baez",
    "artist_ids": [
        "92d37892-6186-4459-9cc1-f0dde57652d0"
    ],
    "album": "Joan Baez Profiles",
    "release_id": null,
    "release_group_id": "9300d953-647a-43f3-9395-6a3d502848fa",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Jules in Reno:\n\n\"My dearest best friend, Nate, received a phone call a few weeks ago that his Mom, Ruth, had been killed in a car crash on the way to pick up his Dad from the hospital. I share these details as a reminder of how precious every moment we have with those we love are. \n\nNate is listening in Bremerton. Josie (the dog) and I here in Reno. I asked Nate about a song for his Mom, Ruth. He said something by Judy Collins or Joan Baez-Song for David.\n\nDeepest Gratitude for always reminding the KEXP community and beyond that we are not alone.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}