Information about plays

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

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

{
    "id": 3641737,
    "uri": "https://api.kexp.org/v2/plays/3641737/?format=api",
    "airdate": "2026-04-13T23:28:27-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2250b06-f5aa-48c1-a610-7a0772fc536c/44841403033-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2250b06-f5aa-48c1-a610-7a0772fc536c/44841403033-250.jpg",
    "song": "Dream Channel (Space Ghost Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Max F",
    "artist_ids": [
        "3bf0c7ef-dcbc-4435-933e-a694ce3691cd"
    ],
    "album": "Hidden Atmospheres",
    "release_id": null,
    "release_group_id": "6d687beb-0628-4d4f-9915-44bfdfeac088",
    "labels": [
        "Peace World"
    ],
    "label_ids": [
        "429c3290-e83b-441d-87bc-8350638a8999"
    ],
    "release_date": "2026-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coast 2 Coast - https://peaceworldrecords.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}