Information about plays

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

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

{
    "id": 3550897,
    "uri": "https://api.kexp.org/v2/plays/3550897/?format=api",
    "airdate": "2025-09-09T14:21:55-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-0d08f58d-be95-329d-9e20-ab36d39f9270/mbid-0d08f58d-be95-329d-9e20-ab36d39f9270-38617926228_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-0d08f58d-be95-329d-9e20-ab36d39f9270/mbid-0d08f58d-be95-329d-9e20-ab36d39f9270-38617926228_thumb250.jpg",
    "song": "Christine",
    "track_id": "15c60bf7-1895-34bb-a42f-8bf23e9729d1",
    "recording_id": "ecf4f2eb-c603-467e-b35e-339ff7455aa3",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Kaleidoscope",
    "release_id": "0d08f58d-be95-329d-9e20-ab36d39f9270",
    "release_group_id": "179b14ab-25c6-3b3b-bb03-1e894e475a1d",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was inspired by the book The Three Faces of Eve by Corbett Thigpen and Hervey Cleckley, a story about a real life woman named Christine “Chris” Costner Sizemore, who was diagnosed with dissociative identity disorder (DID) at a young age. https://bit.ly/3b7fAEo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}