Information about plays

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

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

{
    "id": 3638321,
    "uri": "https://api.kexp.org/v2/plays/3638321/?format=api",
    "airdate": "2026-04-05T20:00:15-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "The Winstons' \"Amen, Brother\" is generally considered the most sampled individual song in history, primarily for its 6-second \"Amen break\" drum solo, used in over 6,000 songs. However, James Brown is the most sampled artist overall, with tracks like \"Funky Drummer\" and \"Funky President.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}