Information about plays

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

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

{
    "id": 3640691,
    "uri": "https://api.kexp.org/v2/plays/3640691/?format=api",
    "airdate": "2026-04-11T10:11:47-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Michael Talbot Affair",
    "track_id": null,
    "recording_id": "7f7b96b6-5e62-45d4-be8f-90ce34e60cac",
    "artist": "Keith Hudson",
    "artist_ids": [
        "4be50b22-988c-4b87-9191-44605190b562"
    ],
    "album": "Pick-A-Dub / Brand",
    "release_id": null,
    "release_group_id": "52d4f61e-414a-4130-982f-6562a1816647",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Keith Hudson (1946–1984) was a pioneering Jamaican reggae producer, singer, and songwriter known as \"The Dark Prince of Reggae.\" He was a key architect of early 1970s dub music, famously releasing Pick a Dub (1975). A former dental technician, he used his earnings to fund early independent productions, including hits for Big Youth.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}