Information about plays

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

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

{
    "id": 3548442,
    "uri": "https://api.kexp.org/v2/plays/3548442/?format=api",
    "airdate": "2025-09-03T13:55:10-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia800605.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": "Cassavetes",
    "track_id": "a8d8f792-1740-3e05-a6e7-bbfb4d34962a",
    "recording_id": "dd7bea41-1a1b-45ed-a6ec-e55173395b18",
    "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": "A memorable date, September 3rd, 1987.\n Fugazi played their first live show (as a three-piece; Guy Picciotto had not joined the band yet) at the Wilson Center in Washington DC.\n--\nHere's some live video of a more recent performance (1998) of that song: https://www.instagram.com/reel/C2i-heathyj/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}