Information about plays

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

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

{
    "id": 3631071,
    "uri": "https://api.kexp.org/v2/plays/3631071/?format=api",
    "airdate": "2026-03-19T13:55:32-07:00",
    "show": 66223,
    "show_uri": "https://api.kexp.org/v2/shows/66223/?format=api",
    "image_uri": "https://dn721506.ca.archive.org/0/items/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78-7907176902_thumb500.jpg",
    "thumbnail_uri": "https://dn721506.ca.archive.org/0/items/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78-7907176902_thumb250.jpg",
    "song": "Fear of Ghosts",
    "track_id": "c94ef3e6-2f76-3cdf-9279-174114e75616",
    "recording_id": "488ad86a-85cd-4c37-b700-9bf6db970985",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Join the Dots: B-Sides and Rarities",
    "release_id": "0a6108f2-c2be-4e18-8185-db1a5551ab78",
    "release_group_id": "7998a36c-c94d-39f9-a092-777817534309",
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2004-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song grew out of a demo that keyboardist Roger O'Donnell brought to the band, which he originally titled \"The Other Side\" while living in Toronto. It was renamed by drummer Boris Williams, whose nickname for the track was F (Fear) O (Of) G (Ghosts).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}