Information about plays

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

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

{
    "id": 3576770,
    "uri": "https://api.kexp.org/v2/plays/3576770/?format=api",
    "airdate": "2025-11-11T08:57:18-08:00",
    "show": 65080,
    "show_uri": "https://api.kexp.org/v2/shows/65080/?format=api",
    "image_uri": "https://ia800108.us.archive.org/32/items/mbid-c094b58b-037e-3179-9cb6-46eac0ae1584/mbid-c094b58b-037e-3179-9cb6-46eac0ae1584-6070874610_thumb500.jpg",
    "thumbnail_uri": "https://ia600108.us.archive.org/32/items/mbid-c094b58b-037e-3179-9cb6-46eac0ae1584/mbid-c094b58b-037e-3179-9cb6-46eac0ae1584-6070874610_thumb250.jpg",
    "song": "Christine",
    "track_id": "fa0299ed-3e2d-354b-b92c-6d5eb9166ae3",
    "recording_id": "d9a70da9-d95d-4e94-bc26-394c7952cc06",
    "artist": "The House of Love",
    "artist_ids": [
        "cbaf677b-4f80-4663-8c2c-9197ec9d214a"
    ],
    "album": "The House of Love",
    "release_id": "c094b58b-037e-3179-9cb6-46eac0ae1584",
    "release_group_id": "e9ac1b09-6408-3cf3-b8b9-7e13cdc43504",
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1988-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album was recorded following the departure of founder member Andrea Heukamp, who had played on the band's early singles. Her only appearance on the album was playing guitar and singing backing vocals on the song \"Christine\" (the first song which group leader Guy Chadwick had written for The House of Love and had inspired the blueprint for the band's original lineup and style).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}