Information about plays

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

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

{
    "id": 3640607,
    "uri": "https://api.kexp.org/v2/plays/3640607/?format=api",
    "airdate": "2026-04-11T05:46:52-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcdcdaeb-f4bf-4a41-8b8f-616e3890d974/44079708255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcdcdaeb-f4bf-4a41-8b8f-616e3890d974/44079708255-250.jpg",
    "song": "Potato Chip",
    "track_id": null,
    "recording_id": "131b60a9-33f3-498e-89e1-f663625dece0",
    "artist": "The Shadows of Knight",
    "artist_ids": [
        "717f62d0-8ba5-44ad-abd0-dce4611269de"
    ],
    "album": "Potato Chip: Crunchy Dunwich Garage",
    "release_id": null,
    "release_group_id": "d4637438-deab-4f01-ba30-8cf1e3e08810",
    "labels": [
        "Auravision"
    ],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}