Information about plays

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

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

{
    "id": 3636373,
    "uri": "https://api.kexp.org/v2/plays/3636373/?format=api",
    "airdate": "2026-04-01T08:43:23-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-396cd5db-a240-4111-bd64-140064a4a0e9/mbid-396cd5db-a240-4111-bd64-140064a4a0e9-35842767491_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-396cd5db-a240-4111-bd64-140064a4a0e9/mbid-396cd5db-a240-4111-bd64-140064a4a0e9-35842767491_thumb250.jpg",
    "song": "The Glory of Man",
    "track_id": "19761fec-3698-3b97-ba1b-79ff2f2b9f2d",
    "recording_id": "7499e506-a79c-423d-a82f-9aa2f275b287",
    "artist": "Minutemen",
    "artist_ids": [
        "d4ad0149-d8ae-4105-8009-0221fce9ff35"
    ],
    "album": "Double Nickels on the Dime",
    "release_id": "396cd5db-a240-4111-bd64-140064a4a0e9",
    "release_group_id": "0bcb9f3e-e341-3ed5-ac5b-8ed5e17f9a7e",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today would've been D. Boon's birthday--guitarist, singer, and songwriter of the Minutemen. We lost him at the age of 27 in an auto accident.\n\nMinutemen bassist, Mike Watt, wrote this song. The lyrics, though complex and abstract, reveal Watt's apparent desire to travel back in time \"using cynicism, the time monitor, the space measurer.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}