Information about plays

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

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

{
    "id": 3636884,
    "uri": "https://api.kexp.org/v2/plays/3636884/?format=api",
    "airdate": "2026-04-02T13:40:34-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/06866be2-9135-4419-aac6-13267b1725d7/12685195934-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/06866be2-9135-4419-aac6-13267b1725d7/12685195934-250.jpg",
    "song": "Comfort (a.k.a. Come Live With Me, Angel)",
    "track_id": null,
    "recording_id": "9298b9ca-935c-48c0-a79a-2cf074120845",
    "artist": "Leon Ware with Minnie Riperton",
    "artist_ids": [
        "9b1f8808-6bdd-4d36-b619-ec5c7e6d0d7d",
        "e842abf7-8a63-4602-8879-75958c2884a1"
    ],
    "album": "Musical Massage",
    "release_id": null,
    "release_group_id": "99efdf84-e0ce-320c-9286-7fff0af34300",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's that origina, co-written by Leon Ware and Jacquelind Dalya-Hilliard and recorded by Ware and the fabulous Minnie Riperton.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}