Information about plays

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

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

{
    "id": 3545187,
    "uri": "https://api.kexp.org/v2/plays/3545187/?format=api",
    "airdate": "2025-08-26T19:24:47-07:00",
    "show": 64396,
    "show_uri": "https://api.kexp.org/v2/shows/64396/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2fba3b2-d21d-4d13-a0cb-23bfa99a6975/4920512186-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2fba3b2-d21d-4d13-a0cb-23bfa99a6975/4920512186-250.jpg",
    "song": "Funky Nassau (Part I)",
    "track_id": null,
    "recording_id": "b656068b-afb1-4669-8047-b425f757730f",
    "artist": "The Beginning of the End",
    "artist_ids": [
        "875885b7-9619-423f-b039-2046361d5c18"
    ],
    "album": "Funky Nassau",
    "release_id": null,
    "release_group_id": "c5304d2f-ba64-35fd-ae5f-4fd84f7247c0",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beginning of the End was a funk group from Nassau, Bahamas. The group formed in 1969 and consisted of three brothers, (Frank, Raphael \"Ray\", and Roy Munnings), a fourth member on bass (Fred Henfield), and a fifth on guitar (Livingston Colebrook). They were complemented by the Funky Nassau Horns.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}