Information about plays

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

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

{
    "id": 3641848,
    "uri": "https://api.kexp.org/v2/plays/3641848/?format=api",
    "airdate": "2026-04-14T05:09:30-07:00",
    "show": 66449,
    "show_uri": "https://api.kexp.org/v2/shows/66449/?format=api",
    "image_uri": "https://dn710802.ca.archive.org/0/items/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946-10200441071_thumb500.jpg",
    "thumbnail_uri": "https://dn710802.ca.archive.org/0/items/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946-10200441071_thumb250.jpg",
    "song": "The Hanging Garden",
    "track_id": "6dbd0706-1339-3306-9182-2a0376d95cd3",
    "recording_id": "b8077507-2737-47db-a118-3882355c89ad",
    "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": "Off of The Cure's fourth studio album. The album's recording was fueled by the brink of the band's collapse mixed with Robert Smith's fight with depression.\n\nHere's the music video: https://www.youtube.com/watch?v=yEH5jReEkSk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}