Information about plays

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

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

{
    "id": 3639003,
    "uri": "https://api.kexp.org/v2/plays/3639003/?format=api",
    "airdate": "2026-04-07T09:35:38-07:00",
    "show": 66390,
    "show_uri": "https://api.kexp.org/v2/shows/66390/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d195f66-db2c-4aa1-b093-246a81d98c7c/4522003394-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d195f66-db2c-4aa1-b093-246a81d98c7c/4522003394-250.jpg",
    "song": "Pets",
    "track_id": null,
    "recording_id": "ae69e7fc-da4f-409e-95aa-2adfe0313f92",
    "artist": "Porno for Pyros",
    "artist_ids": [
        "211ee5ca-67e3-4845-8313-6e6cbab95b1b"
    ],
    "album": "Porno for Pyros",
    "release_id": null,
    "release_group_id": "b943dfc5-0abf-3d26-8f18-66799f53c03a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Pets' deals with the dissatisfaction with the human race whom the band believes is on the edge of extinction, and how aliens could theoretically take over the world and fatefully, \"we'd make great pets\". The duo who directed the music video for \"Pets\" (Jonathan Dayton and Valerie Faris) would later go on to direct the 2006 film 'Little Miss Sunshine' starring Steve Carrell, Toni Collette, Greg Kinnear, and Abigail Breslin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}