Information about plays

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

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

{
    "id": 3577564,
    "uri": "https://api.kexp.org/v2/plays/3577564/?format=api",
    "airdate": "2025-11-13T07:05:44-08:00",
    "show": 65096,
    "show_uri": "https://api.kexp.org/v2/shows/65096/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hallelujah",
    "track_id": null,
    "recording_id": null,
    "artist": "Andrew Joslyn & Passenger String Quartet",
    "artist_ids": [],
    "album": "Live at Death and Music 2023",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2023-11-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Death and Music 2023\n--\nJoin us for this year's Death and Music, created by John Richards and Dr. Amy Lindsey over a decade ago when they wanted to make a physical space that correlated with the on-air space created for sharing stories and connecting through music and grief.\nhttps://www.kexp.org/events/kexp-events/death-music-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}