Information about plays

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

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

{
    "id": 3665231,
    "uri": "https://api.kexp.org/v2/plays/3665231/?format=api",
    "airdate": "2026-06-08T05:28:54-07:00",
    "show": 66934,
    "show_uri": "https://api.kexp.org/v2/shows/66934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shallow Tears",
    "track_id": "a5c90df4-ca4b-456a-a045-175737e7813c",
    "recording_id": "56aa3fb0-fa91-4659-8c49-5598b23366e1",
    "artist": "Light Asylum",
    "artist_ids": [
        "a077a16e-edb1-43b2-99a4-460cab3b6a6e"
    ],
    "album": "Stash Rituals",
    "release_id": "0a2e2d87-cc16-4675-aa3c-1936e99f5f2e",
    "release_group_id": "e3ed4f5f-f4c7-4130-ac3a-afed62b37024",
    "labels": [
        "Software",
        "Mexican Summer"
    ],
    "label_ids": [
        "f1241927-a10f-4c9a-a504-e0dba4373f39",
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Light Asylum was founded in Brooklyn, New York, in 2007 by musician and performance artist Shannon Funchess. \n\nBefore Light Asylum, she sang with popular acts like TV on the Radio and !!! (Chk Chk Chk). And later, she sang on tracks by The Knife, LCD Soundsystem, and Yves Tumor.\n\nMusic video here:\nhttps://www.youtube.com/watch?v=kB4qc7y-o60",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}