Information about plays

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

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

{
    "id": 3619884,
    "uri": "https://api.kexp.org/v2/plays/3619884/?format=api",
    "airdate": "2026-02-20T10:32:28-08:00",
    "show": 65982,
    "show_uri": "https://api.kexp.org/v2/shows/65982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark Star",
    "track_id": "85e376cc-d61c-473d-a17e-9bc55c3dce61",
    "recording_id": "6070c529-48d4-4831-ad26-d8a056036abb",
    "artist": "Crosby, Stills & Nash",
    "artist_ids": [
        "cfafad90-b736-4c74-8ded-f3f4d7b2c792"
    ],
    "album": "CSN",
    "release_id": "8acec8a2-32b4-42bd-817d-259a4a9bfeda",
    "release_group_id": "5eb19154-b687-3078-92cd-5cb45b06e2a7",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Stephen Stills, Dark Star comes from CSN (1977).\n\n\"While 'Dark Star' definitely qualifies as a rocker, it also has tinges of a Latin influence --propelling the groove, rather than simply driving it. Stills readily fesses up to the intentional ambiguity of the lustfully amorous lyrics. He states in the liner notes of the four-disc career retrospective Crosby, Stills & Nash [Box Set] (1991) 'This is not People Magazine. I’d rather maintain the enigma.'\"\n\nhttps://bit.ly/3sU7mMu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}