Information about plays

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

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

{
    "id": 3667112,
    "uri": "https://api.kexp.org/v2/plays/3667112/?format=api",
    "airdate": "2026-06-12T23:23:37-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-6d56ea9c-d950-418e-9653-3ede31160346/mbid-6d56ea9c-d950-418e-9653-3ede31160346-38660109074_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-6d56ea9c-d950-418e-9653-3ede31160346/mbid-6d56ea9c-d950-418e-9653-3ede31160346-38660109074_thumb250.jpg",
    "song": "Shadows on the Sun",
    "track_id": "bb79dee4-a4ae-4a3d-8949-0863d0aa3f59",
    "recording_id": "0c7d6faa-c753-4f24-be6e-5e38ad40ad89",
    "artist": "Brother Ali",
    "artist_ids": [
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa"
    ],
    "album": "Shadows on the Sun",
    "release_id": "6d56ea9c-d950-418e-9653-3ede31160346",
    "release_group_id": "9ba82e68-bb2b-3e52-951a-a13944a67782",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2003-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brother Ali is back in the PNW this weekend.\n\nJune 13 in Tacoma (Airport Tavern Music Hall)\nJune 14 in Seattle (Nectar Lounge)\nJune 16 in Vancouver, BC (Rickshaw)\n\nhttps://www.brotherali.com/events",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}