Information about plays

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

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

{
    "id": 3573872,
    "uri": "https://api.kexp.org/v2/plays/3573872/?format=api",
    "airdate": "2025-11-04T10:31:37-08:00",
    "show": 65021,
    "show_uri": "https://api.kexp.org/v2/shows/65021/?format=api",
    "image_uri": "https://ia803206.us.archive.org/26/items/mbid-394d8164-9e90-47a3-b079-b958931a526e/mbid-394d8164-9e90-47a3-b079-b958931a526e-3847596801_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/26/items/mbid-394d8164-9e90-47a3-b079-b958931a526e/mbid-394d8164-9e90-47a3-b079-b958931a526e-3847596801_thumb250.jpg",
    "song": "Denslow, You Idiot!",
    "track_id": "4a616b88-c708-3265-bc2c-1734d4a7d964",
    "recording_id": "f835ac2d-ff41-4d9b-bddd-3d7a4d4c5bda",
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Information Retrieved",
    "release_id": "394d8164-9e90-47a3-b079-b958931a526e",
    "release_group_id": "518f7c2d-69cb-488c-802f-f0739310b93f",
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2012-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AV Club: W.W. Denslow is famously the illustrator of The Wizard Of Oz and many other children’s books. Then, after he made some money, he bought an island and declared himself the king of it. Is that egotism what inspired you to go after him?\n--\nGo here to read Pinback's Rob Crow's response: https://www.avclub.com/rob-crow-on-accidentally-stealing-a-cab-and-turning-it-1798244798",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}