Information about plays

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

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

{
    "id": 3591452,
    "uri": "https://api.kexp.org/v2/plays/3591452/?format=api",
    "airdate": "2025-12-15T13:44:39-08:00",
    "show": 65387,
    "show_uri": "https://api.kexp.org/v2/shows/65387/?format=api",
    "image_uri": "https://ia800806.us.archive.org/9/items/mbid-63294f64-1477-32da-a734-99565ffc1e1d/mbid-63294f64-1477-32da-a734-99565ffc1e1d-21418208796_thumb500.jpg",
    "thumbnail_uri": "https://ia600806.us.archive.org/9/items/mbid-63294f64-1477-32da-a734-99565ffc1e1d/mbid-63294f64-1477-32da-a734-99565ffc1e1d-21418208796_thumb250.jpg",
    "song": "Emotional Weather Report",
    "track_id": "bca3e0a0-1e96-32fb-9a51-63690f2d9fc6",
    "recording_id": "df01808f-d5d0-429c-b07a-16be5a935d2c",
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Nighthawks at the Diner",
    "release_id": "63294f64-1477-32da-a734-99565ffc1e1d",
    "release_group_id": "ae446997-5355-3b5d-9dce-8a48ee1044ac",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Nighthawks at the Diner\" is a studio album disguised as a live album, recorded with an invited audience in a set designed to feel like a smoky club, complete with checkerboard tablecloths and even a stripper, creating a \"live\" atmosphere for his beatnik storytelling, inspired by Edward Hopper's painting.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}