Information about plays

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

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

{
    "id": 3636051,
    "uri": "https://api.kexp.org/v2/plays/3636051/?format=api",
    "airdate": "2026-03-31T14:56:32-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://coverartarchive.org/release/2142c3dc-341a-41b9-9c6f-11265f481bcd/44236555300-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2142c3dc-341a-41b9-9c6f-11265f481bcd/44236555300-250.jpg",
    "song": "In My Tenement",
    "track_id": null,
    "recording_id": "31bcec1b-3086-4b14-b2f3-100d2c92517f",
    "artist": "Jackie Shane",
    "artist_ids": [
        "4a42c82e-7c16-4d1e-8fab-ebc70b294656"
    ],
    "album": "In My Tenement / Comin’ Down",
    "release_id": null,
    "release_group_id": "64ed4bd7-b5cf-4337-8ea2-999c1711e9a0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jackie Shane's 1963 single \"In My Tenement\" / \"Comin' Down\" is a landmark of queer soul, recorded while the transgender pioneer was defying rigid 1960s gender norms in the Toronto R&B scene. Shane brought high-fashion, makeup, and unapologetic femininity to her performances years before coming out publicly, using the stage to live her truth in a time when it was dangerous.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}