Information about plays

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

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

{
    "id": 3553822,
    "uri": "https://api.kexp.org/v2/plays/3553822/?format=api",
    "airdate": "2025-09-16T15:45:51-07:00",
    "show": 64579,
    "show_uri": "https://api.kexp.org/v2/shows/64579/?format=api",
    "image_uri": "https://ia801801.us.archive.org/27/items/mbid-1529466e-c9e0-4e70-84c3-157bd566788a/mbid-1529466e-c9e0-4e70-84c3-157bd566788a-5148540293_thumb500.jpg",
    "thumbnail_uri": "https://ia601801.us.archive.org/27/items/mbid-1529466e-c9e0-4e70-84c3-157bd566788a/mbid-1529466e-c9e0-4e70-84c3-157bd566788a-5148540293_thumb250.jpg",
    "song": "Blond Adonis",
    "track_id": "931faad8-cc9b-31be-8eed-36fbf3c160b4",
    "recording_id": "ed3399d6-1893-4d1b-a786-e93f2689290e",
    "artist": "Future Bible Heroes",
    "artist_ids": [
        "16f13f40-b8f8-42c5-a52a-cf3763002095"
    ],
    "album": "Memories of Love",
    "release_id": "1529466e-c9e0-4e70-84c3-157bd566788a",
    "release_group_id": "89ced85c-85a8-3096-b7cc-97b04b8dd878",
    "labels": [
        "Slow River"
    ],
    "label_ids": [
        "57fb15d2-17ff-432a-ad98-e915a20a316e"
    ],
    "release_date": "1997-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Michael!\nFuture Bible Heroes are a songwriting collaboration between Stephin Merritt (words and melodies) and Chris Ewen (instruments), with Magnetic Fields bandmate Claudia Gonson sharing vocal duties with Stephin Merritt.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}