Information about plays

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

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

{
    "id": 3618640,
    "uri": "https://api.kexp.org/v2/plays/3618640/?format=api",
    "airdate": "2026-02-17T08:20:46-08:00",
    "show": 65957,
    "show_uri": "https://api.kexp.org/v2/shows/65957/?format=api",
    "image_uri": "https://ia600802.us.archive.org/23/items/mbid-dadf3563-fc4c-4aea-b9e0-f7865f75ee8c/mbid-dadf3563-fc4c-4aea-b9e0-f7865f75ee8c-16128513139_thumb500.jpg",
    "thumbnail_uri": "https://ia600802.us.archive.org/23/items/mbid-dadf3563-fc4c-4aea-b9e0-f7865f75ee8c/mbid-dadf3563-fc4c-4aea-b9e0-f7865f75ee8c-16128513139_thumb250.jpg",
    "song": "I Walk the Earth",
    "track_id": "4813e9f1-3d09-3b64-8984-78e0b0ae4cac",
    "recording_id": "53a82405-28cb-4e3a-8510-c95224ad28e6",
    "artist": "King Biscuit Time",
    "artist_ids": [
        "e6a83406-15db-4cb5-85d0-f56e4c2a5a01"
    ],
    "album": "No Style",
    "release_id": "dadf3563-fc4c-4aea-b9e0-f7865f75ee8c",
    "release_group_id": "a1b96368-6117-3189-90b9-739df0310fb5",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"King Biscuit Time\" is one of the longest running radio programs in history and also the name under which ex-Beta Band frontman Steve Mason releases his solo work.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}