Information about plays

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

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

{
    "id": 3554578,
    "uri": "https://api.kexp.org/v2/plays/3554578/?format=api",
    "airdate": "2025-09-18T11:15:53-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://ia800702.us.archive.org/7/items/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946-10200441071_thumb500.jpg",
    "thumbnail_uri": "https://ia800702.us.archive.org/7/items/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946-10200441071_thumb250.jpg",
    "song": "A Strange Day",
    "track_id": "f226e60f-f266-3be8-a665-cbefeccd1d8a",
    "recording_id": "1de0653f-e1ca-499b-ada1-fb122dcb2a19",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Pornography",
    "release_id": "665ff6fa-46d0-3ed3-9c7e-ec508e850946",
    "release_group_id": "5d4f8f19-23cf-34cf-b225-8cd0339c37de",
    "labels": [
        "Rhino",
        "Fiction Records",
        "Elektra"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "f6182855-aa81-453a-a460-58c0fd71635d",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2006-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The history of The Cure's 1982 album 'Pornography' centers on a dark, intense, and nearly destructive recording period marked by heavy substance abuse and band conflict, particularly between Robert Smith and Simon Gallup. This period brought The Cure's early gothic phase to a close, resulting in a harrowing, claustrophobic sound that pushed the band to the brink of collapse and led to Gallup's temporary departure.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}