Information about plays

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

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

{
    "id": 3632668,
    "uri": "https://api.kexp.org/v2/plays/3632668/?format=api",
    "airdate": "2026-03-23T08:17:54-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-64ceee3c-35e6-33fa-80b4-8b339b0a9978/mbid-64ceee3c-35e6-33fa-80b4-8b339b0a9978-29351869972_thumb500.jpg",
    "thumbnail_uri": "https://ia903407.us.archive.org/16/items/mbid-64ceee3c-35e6-33fa-80b4-8b339b0a9978/mbid-64ceee3c-35e6-33fa-80b4-8b339b0a9978-29351869972_thumb250.jpg",
    "song": "People Are Strange",
    "track_id": "1de6d3eb-1641-3800-b22e-88df7c9ab454",
    "recording_id": "4474ad08-90f3-46de-be96-644fffc68a68",
    "artist": "Echo and the Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "The Lost Boys",
    "release_id": "64ceee3c-35e6-33fa-80b4-8b339b0a9978",
    "release_group_id": "32e30588-6b2c-3912-b515-0e7ef4dfbdee",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1987-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by The Doors' Ray Manzarek, British group Echo & the Bunnymen recorded a cover version of \"People Are Strange\" for The Lost Boys soundtrack.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}