Information about plays

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

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

{
    "id": 3596946,
    "uri": "https://api.kexp.org/v2/plays/3596946/?format=api",
    "airdate": "2025-12-27T22:45:52-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "https://coverartarchive.org/release/e923c936-8e3b-4ba0-8073-4ab16267b8fb/38768420347-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e923c936-8e3b-4ba0-8073-4ab16267b8fb/38768420347-250.jpg",
    "song": "Mum Stole My Darts",
    "track_id": null,
    "recording_id": "e10be493-807a-443e-859c-c1ff5cbf0e1f",
    "artist": "The Chats",
    "artist_ids": [
        "aafe3816-2d68-4528-adda-d68514c940d4"
    ],
    "album": "The Chats EP",
    "release_id": null,
    "release_group_id": "9a72a40f-4900-4ff4-939c-a2879a803b5f",
    "labels": [
        "Bargain Bin Records"
    ],
    "label_ids": [
        "c0aa2b25-2506-4cf0-8196-336fcbcaa2d6"
    ],
    "release_date": "2016-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chats are an Australian punk rock band that formed in 2016 in the Sunshine Coast, Queensland. They describe their sound as \"shed rock\". The current band lineup is composed of guitarist Josh Hardy, drummer Matt Boggis, and bassist and vocalist Eamon Sandwith. https://thechatslovebeer.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}