Information about plays

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

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

{
    "id": 3546901,
    "uri": "https://api.kexp.org/v2/plays/3546901/?format=api",
    "airdate": "2025-08-30T21:39:08-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://ia600605.us.archive.org/35/items/mbid-35704cbf-172f-30b9-b182-824eb9da6342/mbid-35704cbf-172f-30b9-b182-824eb9da6342-7439086253_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/35/items/mbid-35704cbf-172f-30b9-b182-824eb9da6342/mbid-35704cbf-172f-30b9-b182-824eb9da6342-7439086253_thumb250.jpg",
    "song": "Great Cop",
    "track_id": "3b3b227c-a54c-33fd-a649-707131c30450",
    "recording_id": "5998b20f-d577-4aee-aa77-246d454ca369",
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "In on the Kill Taker",
    "release_id": "35704cbf-172f-30b9-b182-824eb9da6342",
    "release_group_id": "3e65d48b-804d-3e6b-8d52-558ee8e1850c",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1993-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fugazi initially recorded material for this album with producer Steve Albini at Chicago Recording Company with the intention of releasing an EP. The sessions produced an album's worth of material, but the band was unhappy with the result and re-recorded the material in Washington D.C., at Inner Ear Studios with producers Don Zientara and Ted Niceley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}