Information about plays

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

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

{
    "id": 3665416,
    "uri": "https://api.kexp.org/v2/plays/3665416/?format=api",
    "airdate": "2026-06-08T16:50:50-07:00",
    "show": 66938,
    "show_uri": "https://api.kexp.org/v2/shows/66938/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-7553295e-a877-4619-b425-9f7f59e8b1be/mbid-7553295e-a877-4619-b425-9f7f59e8b1be-6271672808_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-7553295e-a877-4619-b425-9f7f59e8b1be/mbid-7553295e-a877-4619-b425-9f7f59e8b1be-6271672808_thumb250.jpg",
    "song": "Long Hot Summer",
    "track_id": "ad3d7cd4-41b4-3aa6-8a4b-aa307b808c2e",
    "recording_id": "194b8b1a-bcf5-42b7-834c-b5f12542cf75",
    "artist": "Tom Robinson Band",
    "artist_ids": [
        "51191b39-0b2f-4fc5-b062-774ccc377ac8"
    ],
    "album": "Rising Free: The Very Best of TRB",
    "release_id": "7553295e-a877-4619-b425-9f7f59e8b1be",
    "release_group_id": "2269370f-abf7-32f4-8b15-ae6f1a034a17",
    "labels": [
        "EMI Gold"
    ],
    "label_ids": [
        "58f19db6-9dbc-4593-9ec1-76c1661f8dd1"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Not to be confused with a Wet Hot American Summer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}