Information about plays

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

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

{
    "id": 3669347,
    "uri": "https://api.kexp.org/v2/plays/3669347/?format=api",
    "airdate": "2026-06-18T03:14:49-07:00",
    "show": 67017,
    "show_uri": "https://api.kexp.org/v2/shows/67017/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c11fd5f-062c-4f54-9587-4398912df7a6/30182603140-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c11fd5f-062c-4f54-9587-4398912df7a6/30182603140-250.jpg",
    "song": "Italiano",
    "track_id": null,
    "recording_id": "05ee1c24-f596-4403-aa5b-690e33ccd85d",
    "artist": "Dr. Buzzard’s Original Savannah Band",
    "artist_ids": [
        "3fb11c9d-aafe-4af7-b03f-2324d012fac1"
    ],
    "album": "James Monroe H.S. Presents Dr. Buzzard's Original Savannah Band Goes To Washington",
    "release_id": null,
    "release_group_id": "f7c14116-9b06-4eb4-b147-39ef424fa06d",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1979-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}