Information about plays

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

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

{
    "id": 3632401,
    "uri": "https://api.kexp.org/v2/plays/3632401/?format=api",
    "airdate": "2026-03-22T15:23:52-07:00",
    "show": 66252,
    "show_uri": "https://api.kexp.org/v2/shows/66252/?format=api",
    "image_uri": "https://dn711309.ca.archive.org/0/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb500.jpg",
    "thumbnail_uri": "https://ia801906.us.archive.org/17/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb250.jpg",
    "song": "Cut Here",
    "track_id": "7cf9ccc2-ea5e-345a-95b7-bea403faa0fa",
    "recording_id": "24c72e85-5b28-4c25-befb-4120ba26dad7",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Greatest Hits",
    "release_id": "7c1cca2a-4954-4569-ab58-74f198f29714",
    "release_group_id": "c79b731e-f6ec-3f65-9a75-ef4ac5b17a26",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees of Robert Smith/The Cure!\n\nRobert Smith wrote the song \"Cut Here\" for his close friend Billy Mackenzie, the lead singer of The Associates, who died by suicide in 1997.\n\nReleased on The Cure's 2001 Greatest Hits album, the song reflects on guilt, grief, and their final missed meeting. The title is an anagram of \"The Cure.\"\n\nBoth The Associates' album (The Affectionate Punch) and The Cure's album (Faith) were produced by Mike Hedges.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}