Information about plays

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

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

{
    "id": 3643571,
    "uri": "https://api.kexp.org/v2/plays/3643571/?format=api",
    "airdate": "2026-04-18T07:51:30-07:00",
    "show": 66484,
    "show_uri": "https://api.kexp.org/v2/shows/66484/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9662eee-6320-490a-996b-1e8364c493b0/26477936019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9662eee-6320-490a-996b-1e8364c493b0/26477936019-250.jpg",
    "song": "Bus Stop",
    "track_id": null,
    "recording_id": null,
    "artist": "Tee Vee Repairmann",
    "artist_ids": [
        "50c8e71c-2206-4481-97b2-e4555ba9f448"
    ],
    "album": "What's On The TV?",
    "release_id": null,
    "release_group_id": "deceeb2e-a745-40dd-82ad-8977357dded3",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Māori\t\n\nIshka Edmeades, aka Tee Vee Repairmann, is a Sydney-based artist self-recording, mixing, and writing 'addictive twisted pop'. https://teeveerepairman.bandcamp.com/album/only-a-memory-bad-news",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}