Information about plays

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

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

{
    "id": 3639160,
    "uri": "https://api.kexp.org/v2/plays/3639160/?format=api",
    "airdate": "2026-04-07T19:07:58-07:00",
    "show": 66394,
    "show_uri": "https://api.kexp.org/v2/shows/66394/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter of the Long Hot Summer (LP version)",
    "track_id": "0e4c143b-61d0-3b41-b67b-652b1b83ef06",
    "recording_id": "c38350c6-7295-47b4-a6d0-5b5c6c48f2d5",
    "artist": "The Disposable Heroes of Hiphoprisy",
    "artist_ids": [
        "0184c417-228d-4cd3-80ce-b44d5b9a3311"
    ],
    "album": "Television, the Drug of the Nation",
    "release_id": "580167cb-eb42-4734-be0f-705d218964fe",
    "release_group_id": "8d9a9bcf-6165-38cb-8ada-ce06e3e39379",
    "labels": [
        "4th & B’way"
    ],
    "label_ids": [
        "ff4cdd6e-e2e3-42e9-a733-c859ecf0331b"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}