Information about plays

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

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

{
    "id": 3577645,
    "uri": "https://api.kexp.org/v2/plays/3577645/?format=api",
    "airdate": "2025-11-13T11:58:02-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": "3ad2288d-1f7f-4479-8a0a-4d5454f04f76",
    "artist": "Joan Baez",
    "artist_ids": [
        "92d37892-6186-4459-9cc1-f0dde57652d0"
    ],
    "album": "Joan Baez in Italy",
    "release_id": null,
    "release_group_id": "bcd1cb8d-ca7f-474c-a11b-bef7455b2ed7",
    "labels": [],
    "label_ids": [],
    "release_date": "1969-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"
}