Information about plays

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

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

{
    "id": 3592717,
    "uri": "https://api.kexp.org/v2/plays/3592717/?format=api",
    "airdate": "2025-12-18T15:14:44-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Theme From Enter the Dragon",
    "track_id": "01d18e01-3885-3251-8437-ebc7f068e1d9",
    "recording_id": "be579c7f-cfc3-4eff-b347-3ee56a3d1d96",
    "artist": "Lalo Schifrin",
    "artist_ids": [
        "adf017f5-76d6-4d31-b1b9-a0211675e7c2"
    ],
    "album": "Enter the Dragon",
    "release_id": "dd57b616-7cc3-4a57-8912-7703ac19636c",
    "release_group_id": "ba0595a5-4ec8-3c4d-8a76-33b3724d0dee",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best known for his television and movie scores (“Cool Hand Luke,” “Dirty Harry,\" “Bullitt,”  and \"Mission Impossible,\" among others) , Argentine-American pianist, composer, arranger and conductor Lalo Schifrin died this year at age 93. : https://www.latimes.com/entertainment-arts/movies/story/2025-06-26/lalo-schifrin-dead-composer-mission-impossible",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}