Information about plays

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

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

{
    "id": 3554097,
    "uri": "https://api.kexp.org/v2/plays/3554097/?format=api",
    "airdate": "2025-09-17T07:43:04-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-45618fba-3b3a-3407-8b71-cb843b51f1cf/mbid-45618fba-3b3a-3407-8b71-cb843b51f1cf-34920323089_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-45618fba-3b3a-3407-8b71-cb843b51f1cf/mbid-45618fba-3b3a-3407-8b71-cb843b51f1cf-34920323089_thumb250.jpg",
    "song": "Breather",
    "track_id": "6e2c4e04-bb26-3ffe-81bc-6c4a0b218938",
    "recording_id": "4b342b69-6130-4bea-b755-e171be5b44f0",
    "artist": "Chapterhouse",
    "artist_ids": [
        "c95d5fb3-03d4-4b5e-93da-a57bd7e26db0"
    ],
    "album": "Whirlpool",
    "release_id": "45618fba-3b3a-3407-8b71-cb843b51f1cf",
    "release_group_id": "d0d9f7ee-8338-4fcb-9257-7bf2f55a4133",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1991-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Whirlpool is the debut album by British shoegazing band Chapterhouse.\n\n\"Teenage lessons set me right\nTaught me how to dream tonight\"\n\nhttps://chapterhouseofficial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}