Information about plays

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

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

{
    "id": 3577693,
    "uri": "https://api.kexp.org/v2/plays/3577693/?format=api",
    "airdate": "2025-11-13T14:14:46-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peaceful Easy Feeling",
    "track_id": null,
    "recording_id": "0f026cb2-07ab-4e4a-aaf2-cb9e1a902969",
    "artist": "Eagles",
    "artist_ids": [
        "f46bd570-5768-462e-b84c-c7c993bbf47e"
    ],
    "album": "Eagles",
    "release_id": null,
    "release_group_id": "23eafc30-3978-37fb-bfa0-8058aa1eb81a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1972-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My dad passed last week, the day after turning 85. He loved playing guitar, loved that California sound, and in his final days music became our medicine. We made him a playlist of his favorite songs, and I’m sure it helped build comfort around him.\n\nThe morning after we moved him from the ICU to hospice… that heavy decision still settling inside me… I got into his car and turned the key. Everything around me fell away as Peaceful Easy Feeling beautifully filled the space and lifted the weight. It told me what I needed to know: he was where he needed to be… out of hospitals, comfortable, and passing gently.\n\nMusic heals, and it speaks when we can’t.\n\"\n-Kristin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}