Information about plays

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

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

{
    "id": 3583128,
    "uri": "https://api.kexp.org/v2/plays/3583128/?format=api",
    "airdate": "2025-11-26T06:40:17-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Between The Mustard & The Mayo",
    "track_id": "ae22942f-a94d-4ff1-9fa4-b7d661514913",
    "recording_id": "1f5602b2-b44f-44bc-9bdc-d0516b8d9457",
    "artist": "Delvon Lamarr Organ Trio",
    "artist_ids": [
        "d70f3879-b92c-4948-a430-fc25d2e3c52d"
    ],
    "album": "Close But No Cigar",
    "release_id": "6e676cbf-cd31-4d6b-bb58-9cc499d4ba15",
    "release_group_id": "dc7f8f95-3dd0-4ab9-bb3d-8d928ea0b312",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-07-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Delvon Lamarr Organ Trio released 'Close But No Cigar' originally in 2016 on Novo Productions, and was reissued by Colemine in 2018.\n\nCheck out the DLO3 Live on KEXP at Home session, including their chat with Gabriel Teodros from February 2021.\nhttps://youtu.be/KCyIfcevExE\n\nhttps://delvonlamarrorgantrio.bandcamp.com/\nhttps://delvonlamarrorgantrio.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}