Information about plays

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

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

{
    "id": 3545800,
    "uri": "https://api.kexp.org/v2/plays/3545800/?format=api",
    "airdate": "2025-08-28T07:58:06-07:00",
    "show": 64408,
    "show_uri": "https://api.kexp.org/v2/shows/64408/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-f5f31693-60a1-4ab4-9fe5-b984f72950cc/mbid-f5f31693-60a1-4ab4-9fe5-b984f72950cc-32450059342_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-f5f31693-60a1-4ab4-9fe5-b984f72950cc/mbid-f5f31693-60a1-4ab4-9fe5-b984f72950cc-32450059342_thumb250.jpg",
    "song": "Freakout/Release",
    "track_id": "0c653e35-6a6b-4665-8f63-11aa1ffbd44d",
    "recording_id": "71bdfa74-c199-429b-af2b-14913aeace78",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Freakout/Release",
    "release_id": "f5f31693-60a1-4ab4-9fe5-b984f72950cc",
    "release_group_id": "4fda022b-4589-4628-b38d-b4ebe4a5a96b",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2022-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Inspired in part by Hot Chip’s live cover of the Beastie Boys’ \"Sabotage,\" \"Freakout/Release\" is one of the loudest songs in the band’s catalog to date, and stylistically one of the most unique in their discography. \nhttps://www.hot-chip.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}