Information about plays

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

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

{
    "id": 3640938,
    "uri": "https://api.kexp.org/v2/plays/3640938/?format=api",
    "airdate": "2026-04-11T21:44:01-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://ia800900.us.archive.org/34/items/mbid-44ca2a8e-1f7c-4c77-9c29-df445165d6ca/mbid-44ca2a8e-1f7c-4c77-9c29-df445165d6ca-42448924818_thumb500.jpg",
    "thumbnail_uri": "https://dn721304.ca.archive.org/0/items/mbid-44ca2a8e-1f7c-4c77-9c29-df445165d6ca/mbid-44ca2a8e-1f7c-4c77-9c29-df445165d6ca-42448924818_thumb250.jpg",
    "song": "Mohawk Town",
    "track_id": "2886819f-a370-3213-b9c1-892bcba4a053",
    "recording_id": "213882dd-1205-4643-8525-52e1795f4bdf",
    "artist": "The Vandals",
    "artist_ids": [
        "f54fc7c3-3a40-4f26-83cf-328d9b097e93"
    ],
    "album": "Stage Diving to the Oldies",
    "release_id": "44ca2a8e-1f7c-4c77-9c29-df445165d6ca",
    "release_group_id": "c877e27d-5f20-3f5e-81bb-9a2ab75326cc",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}