Information about plays

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

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

{
    "id": 3548488,
    "uri": "https://api.kexp.org/v2/plays/3548488/?format=api",
    "airdate": "2025-09-03T15:40:47-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia800103.us.archive.org/30/items/mbid-55a97a78-818f-4918-b6ab-db2a04443776/mbid-55a97a78-818f-4918-b6ab-db2a04443776-16134810858_thumb500.jpg",
    "thumbnail_uri": "https://ia600103.us.archive.org/30/items/mbid-55a97a78-818f-4918-b6ab-db2a04443776/mbid-55a97a78-818f-4918-b6ab-db2a04443776-16134810858_thumb250.jpg",
    "song": "Hate Your Way",
    "track_id": "5265773c-a710-4cd8-8f9b-9eed8c20fb9d",
    "recording_id": "ac3aef38-c652-42d2-8f8b-9f198778dcb6",
    "artist": "The Mono Men",
    "artist_ids": [
        "82544085-8474-4fb9-be23-6b513b31c09b"
    ],
    "album": "Have a Nice Day, Motherfucker",
    "release_id": "55a97a78-818f-4918-b6ab-db2a04443776",
    "release_group_id": "25311686-6e21-4daf-9482-94bb7e45311d",
    "labels": [
        "Estrus Records"
    ],
    "label_ids": [
        "0e4027d6-7826-4082-b1be-41c59f30e982"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Mary!\n--\nThe Mono Men were an American garage punk band, based in Bellingham, Washington. The band rose up from the ashes of another Washington band, The Roofdogs. John Mortensen came from the Dehumanizers and Game for Vultures before joining the Mono Men.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}