Information about plays

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

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

{
    "id": 3577568,
    "uri": "https://api.kexp.org/v2/plays/3577568/?format=api",
    "airdate": "2025-11-13T07:16:26-08:00",
    "show": 65097,
    "show_uri": "https://api.kexp.org/v2/shows/65097/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Other Side of Mt. Heart Attack",
    "track_id": "b904d97c-9de9-3048-82c3-b294e3112c7e",
    "recording_id": "696cbf4a-a61f-4684-915a-c7264415f431",
    "artist": "Liars",
    "artist_ids": [
        "03098741-08b3-4dd7-b3f6-1b0bfa2c879c"
    ],
    "album": "Drum's Not Dead",
    "release_id": "f1506fa1-d1fc-4446-8ae5-e17815f5d551",
    "release_group_id": "003bca6c-ca70-3c20-81d2-3f615b583fbf",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2006-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was used on the soundtracks for the films The Nines, Deadgirl, 50/50 and Pop Skull and here on the Morning Show it's often found as part of the Mom Show (that's today!), dedicated to ones loved and lost.  You can read more about the evolution of our yearly Morning Show broadcast here: https://kexp.org/read/2019/11/12/sound-vision-john-richards-evolution-mom-show/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}