Information about plays

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

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

{
    "id": 3596186,
    "uri": "https://api.kexp.org/v2/plays/3596186/?format=api",
    "airdate": "2025-12-26T08:01:42-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Eyes Immaculate",
    "track_id": "51b2aaec-8e1e-4ec4-9c42-0cc648fd204a",
    "recording_id": "17358f47-a78a-4c9d-98fb-79399d80d115",
    "artist": "Lou Salome",
    "artist_ids": [
        "6e559d2f-d7a1-49bf-8e2b-a1e418e5e391"
    ],
    "album": "Just Something You Cared About in High School",
    "release_id": "6de3a09d-b753-4e57-a0b3-32fa92901851",
    "release_group_id": "3371fabd-a1ee-44ad-a7f9-02c6d579d3e9",
    "labels": [
        "Babe City Records"
    ],
    "label_ids": [
        "28796466-b271-4c04-8a24-895ec5631f64"
    ],
    "release_date": "2025-11-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Named after famed (renowned) psychoanalyst Lou Salome, Lou Salome is a collaboration between New York glam rock poet Leah Hennessey and L.A. dream pop singer songwriter Jack Kilmer.\n\nhttps://www.britannica.com/biography/Lou-Andreas-Salome\nhttps://babecityrecords.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}