Information about plays

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

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

{
    "id": 3554114,
    "uri": "https://api.kexp.org/v2/plays/3554114/?format=api",
    "airdate": "2025-09-17T08:54:44-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "https://ia903108.us.archive.org/15/items/mbid-167b7105-3aef-3806-89b1-6e22ee4ee50b/mbid-167b7105-3aef-3806-89b1-6e22ee4ee50b-20351140323_thumb500.jpg",
    "thumbnail_uri": "https://ia803108.us.archive.org/15/items/mbid-167b7105-3aef-3806-89b1-6e22ee4ee50b/mbid-167b7105-3aef-3806-89b1-6e22ee4ee50b-20351140323_thumb250.jpg",
    "song": "A Short Happy Life",
    "track_id": "9a1cb8c6-f5da-30a8-9a40-44fd7e4bdea7",
    "recording_id": "0c33727b-7a54-453e-88de-568c7bde5497",
    "artist": "Medicine",
    "artist_ids": [
        "0f24bcb0-8d37-409d-aed1-92bd4e5337ed"
    ],
    "album": "Shot Forth Self Living",
    "release_id": "167b7105-3aef-3806-89b1-6e22ee4ee50b",
    "release_group_id": "68467eb9-22ea-391f-9846-956bd87293de",
    "labels": [
        "Def American Recordings"
    ],
    "label_ids": [
        "e45bca92-5845-46ec-af58-743bbea31e69"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles band Medicine's debut studio album, released in September 1992. The band was formed in Los Angeles in 1990 by guitarist and keyboardist Brad Laner. Medicine is well known for their cameo in the 1994 film 'The Crow' where they performed their track \"Time Baby II\". The movie soundtrack included an alternate version entitled \"Time Baby III\" which featured guest vocals from the Cocteau Twins' Elizabeth Fraser.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}