Information about plays

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

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

{
    "id": 3552694,
    "uri": "https://api.kexp.org/v2/plays/3552694/?format=api",
    "airdate": "2025-09-13T21:28:09-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://ia600507.us.archive.org/32/items/mbid-0a9d09f0-73d7-49a8-b809-49e6e9b21657/mbid-0a9d09f0-73d7-49a8-b809-49e6e9b21657-18795234057_thumb500.jpg",
    "thumbnail_uri": "https://ia800507.us.archive.org/32/items/mbid-0a9d09f0-73d7-49a8-b809-49e6e9b21657/mbid-0a9d09f0-73d7-49a8-b809-49e6e9b21657-18795234057_thumb250.jpg",
    "song": "54-40 Or Fight",
    "track_id": "40df003c-7df6-4fea-96db-3a846150ba01",
    "recording_id": "4810c3c4-dab0-4600-b688-35c125472ee1",
    "artist": "The Mono Men",
    "artist_ids": [
        "82544085-8474-4fb9-be23-6b513b31c09b"
    ],
    "album": "10 Cool Ones",
    "release_id": "0a9d09f0-73d7-49a8-b809-49e6e9b21657",
    "release_group_id": "ca404e94-ccc5-45e9-91bf-55691080efaa",
    "labels": [
        "Scat Records"
    ],
    "label_ids": [
        "b611ed7e-e678-4262-8099-acf8c26a304c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Mono Men was formed by members of another Washington band, the Roofdogs. John Mortensen (RIP) came from the Dehumanizers and Game for Vultures before joining the Mono Men. hey were featured in the Northwest Rock & Roll documentary Hype!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}