Information about plays

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

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

{
    "id": 3634042,
    "uri": "https://api.kexp.org/v2/plays/3634042/?format=api",
    "airdate": "2026-03-26T21:45:52-07:00",
    "show": 66287,
    "show_uri": "https://api.kexp.org/v2/shows/66287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Killing Me (Chad Hugo Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Little Dragon",
    "artist_ids": [
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2014-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/hugo-chad/little-dragon-killing-me-chad-hugo-remix\n\nLittle Dragon are a Swedish electronic music band from Gothenburg, Sweden, formed in 1996. The band consists of Yukimi Nagano, Erik Bodin, Fredrik Wallin and Håkan Wirenstrand.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}