Information about plays

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

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

{
    "id": 3577619,
    "uri": "https://api.kexp.org/v2/plays/3577619/?format=api",
    "airdate": "2025-11-13T10:49:48-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Love Love",
    "track_id": "41f71382-eb2d-364f-b40d-382e9d78f3c6",
    "recording_id": "ca9225ae-7982-4ca5-9376-fe48e3641bbf",
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "The Sunset Tree",
    "release_id": "da425314-ecc7-4db3-a296-90942f172b18",
    "release_group_id": "7797081a-94b6-3a9b-b103-fc215b85d46a",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2005-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Brennan:\n\nIt's been 10 years since my childhood best friend Madison passed away. She messaged me the same night she passed. I was stationed in Okinawa at the time, so there was nothing I could do to help her. When I got home, it felt like a gut punch not able to reach out to her. I beat myself up over that for a long time. I would like to request \"Love Love Love\" by the Mountain Goats in her honor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}