Information about plays

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

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

{
    "id": 3625247,
    "uri": "https://api.kexp.org/v2/plays/3625247/?format=api",
    "airdate": "2026-03-04T14:50:52-08:00",
    "show": 66090,
    "show_uri": "https://api.kexp.org/v2/shows/66090/?format=api",
    "image_uri": "https://dn720709.ca.archive.org/0/items/mbid-e649a86b-a0b7-3811-a415-fc7b50c4d383/mbid-e649a86b-a0b7-3811-a415-fc7b50c4d383-2637262508_thumb500.jpg",
    "thumbnail_uri": "https://dn720709.ca.archive.org/0/items/mbid-e649a86b-a0b7-3811-a415-fc7b50c4d383/mbid-e649a86b-a0b7-3811-a415-fc7b50c4d383-2637262508_thumb250.jpg",
    "song": "Blacks and Blues",
    "track_id": "67d388cb-6fcc-3583-acfc-ab8e8837c794",
    "recording_id": "849c0b99-e4ab-4519-aaf6-a6b58ec95133",
    "artist": "Bobbi Humphrey",
    "artist_ids": [
        "59479c29-54ce-429d-9ef8-b7005cd1b6be"
    ],
    "album": "Blacks and Blues",
    "release_id": "e649a86b-a0b7-3811-a415-fc7b50c4d383",
    "release_group_id": "0f7026b9-cd84-3ba0-9111-41ad762f97b7",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All the compositions on flutist Bobbi Humphrey's third album were written by the esteemed producer Larry Mizell. \n--\nLarry's dad arranged, conducted, and produced this album.  He also provided vocals.  Larry's uncle Fonce played clavinet, trumpet, and sang on the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}