Information about plays

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

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

{
    "id": 3583657,
    "uri": "https://api.kexp.org/v2/plays/3583657/?format=api",
    "airdate": "2025-11-27T12:36:37-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Drink the Wine",
    "track_id": "6c437d3b-e4fb-3eb5-ab8e-adb58933c0be",
    "recording_id": "c6dd54fb-e225-4cce-a625-7b0288d49f0b",
    "artist": "The Murder City Devils",
    "artist_ids": [
        "32705a3c-54cf-4e48-a3ab-2801157a09dc"
    ],
    "album": "In Name and Blood",
    "release_id": "ee70adc5-ad51-4974-b272-bf6282719875",
    "release_group_id": "69db28ce-9d68-3aa1-ae27-78b374d5fbc2",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2000-06-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On this their third full-length record, The Murder City Devils demonstrate the notion or Rock and Roll as a life or death proposition: tales of love lost (or destroyed), the doomed romanticism of the road (and an innate inability to deny its call), and suffering the slings and arrows of fate (outrageous or otherwise…). “With head, heart and hands – in name and blood.”\nhttps://tinyurl.com/mr37ntxm\n\nhttps://themurdercitydevils.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}