Information about plays

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

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

{
    "id": 3596412,
    "uri": "https://api.kexp.org/v2/plays/3596412/?format=api",
    "airdate": "2025-12-26T18:42:34-08:00",
    "show": 65480,
    "show_uri": "https://api.kexp.org/v2/shows/65480/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Letter to Elise",
    "track_id": "3da446ad-af04-3166-9c20-be8b5b503e68",
    "recording_id": "eed8b85c-beb8-40d7-88d8-1b1b3bb2e730",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish",
    "release_id": "6d73360d-75dd-3d58-a59f-119d63dcd304",
    "release_group_id": "88154914-4f14-355c-8066-b3cecd38c42c",
    "labels": [
        "Fiction"
    ],
    "label_ids": [
        "df7d4cc5-e131-43a3-a398-5322ceded8bc"
    ],
    "release_date": "1992-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rest in Peace to Perry Bamonte.\n\nhttps://www.thecure.com/news/2025/12/perry-archangelo-bamonte-1960-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}