Information about plays

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

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

{
    "id": 3555018,
    "uri": "https://api.kexp.org/v2/plays/3555018/?format=api",
    "airdate": "2025-09-19T13:24:24-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d28d19b-595b-48fc-a9de-4f8705f198c5/14583621430-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d28d19b-595b-48fc-a9de-4f8705f198c5/14583621430-250.jpg",
    "song": "The Thinking Animal",
    "track_id": null,
    "recording_id": "f080ebbb-7619-4178-962d-027bcd0fabfc",
    "artist": "New Wing",
    "artist_ids": [
        "9d5d112e-b82c-42b5-99be-302cb400d26a"
    ],
    "album": "Happy Lovin’ Time: Sunshine Pop From the Garpax Vaults",
    "release_id": null,
    "release_group_id": "fdd026b1-ec8d-4953-9959-f86350f0ce78",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "2015-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A groovy ode to adolescent self-reflection, or self-delusion perhaps, (\"I'm a thinking animal / I've got myself convinced I'm really wonderful\") tanked upon release, and is thus devilishly tough to find these days. An equally cheery version was recorded around that time by Eternity's Children, another of Paxton's concerns, but that recording and its accompanying LP Timeless was oddly only issued in Canada the following year.\" https://bitly.ws/32Cx6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}