Information about plays

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

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

{
    "id": 3587036,
    "uri": "https://api.kexp.org/v2/plays/3587036/?format=api",
    "airdate": "2025-12-05T07:06:25-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Requiem in D minor, K. 626 (Süßmayr completion): IIIf. Sequenz: \"Lacrimosa\"",
    "track_id": "aa1b957c-8d08-4730-a169-06d78e86157f",
    "recording_id": "71cce2e6-489d-42f5-9419-ac5fe9c131ea",
    "artist": "Mozart",
    "artist_ids": [
        "b972f589-fb0e-474e-b64a-803b0364fa75"
    ],
    "album": "Requiem",
    "release_id": "dea685e7-d6a8-48a1-90b2-c1602b1c8886",
    "release_group_id": "4201f5ff-e39d-4045-bd9d-f05ef8f7ff99",
    "labels": [
        "Point Classics"
    ],
    "label_ids": [
        "f02ed121-c35d-411e-ba60-55fd1c3395e9"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 1791, composer Wolfgang Amadeus Mozart died at age 35. He was born on January 27, 1756.\n--\n\"Lacrimosa\" means \"weeping\" or \"tearful\" in Latin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}