Information about plays

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

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

{
    "id": 3561051,
    "uri": "https://api.kexp.org/v2/plays/3561051/?format=api",
    "airdate": "2025-10-04T00:40:19-07:00",
    "show": 64737,
    "show_uri": "https://api.kexp.org/v2/shows/64737/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paalam Mahal",
    "track_id": null,
    "recording_id": null,
    "artist": "Abyssinian Creole",
    "artist_ids": [
        "2740db50-b1cf-4267-a15b-4be01b0cd683"
    ],
    "album": "Sexy Beast",
    "release_id": null,
    "release_group_id": "d518661a-5a55-425e-ae37-eaa7ec6ea330",
    "labels": [
        "MADK Productions"
    ],
    "label_ids": [
        "d4805dd1-72a2-4dce-9e8f-29e96e953b62"
    ],
    "release_date": "2005-11-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Abyssinian Creole (Gabriel Teodros & Khingz) 2005 album \"Sexy Beast\" turns 20 this month! And they are celebrating with friends in Seattle on Beacon Hill at Clock Out Lounge on October 24, 2025:\n\nhttps://clockoutlounge.com/tm-event/clock-out-lounge-presents-abyssinian-creole-sexy-beast-20-year-album-anniversary/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}