Information about plays

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

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

{
    "id": 3608997,
    "uri": "https://api.kexp.org/v2/plays/3608997/?format=api",
    "airdate": "2026-01-25T14:31:47-08:00",
    "show": 65752,
    "show_uri": "https://api.kexp.org/v2/shows/65752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loyalty",
    "track_id": "c2025ba7-bfb5-3186-a695-92a9bedcecbe",
    "recording_id": "f7a723b5-d5d2-446f-bd14-9f96ce03cba8",
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Butter & Gun$",
    "release_id": "e10e5d18-5547-496e-8c80-10baf38ccb5f",
    "release_group_id": "13e816cc-e8b6-3b8e-8c6a-ddb5e7092981",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Blue Scholars was formed in 2002 while Sabzi (Saba Mohajerjasbi) and Geologic (George Quibuyen) were students at University of Washington.\n\nThe name \"Blue Scholars\" is a play on the term \"blue collar,\" an idiom for workers who often earn hourly wages for manual labor. Their music and lyrics frequently focused on struggles between socioeconomic classes, challenging authority and youth empowerment.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}