Information about plays

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

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

{
    "id": 3578368,
    "uri": "https://api.kexp.org/v2/plays/3578368/?format=api",
    "airdate": "2025-11-15T05:17:53-08:00",
    "show": 65113,
    "show_uri": "https://api.kexp.org/v2/shows/65113/?format=api",
    "image_uri": "https://ia801603.us.archive.org/30/items/mbid-690e63dc-2012-41dc-bcd3-1f14bfba5d21/mbid-690e63dc-2012-41dc-bcd3-1f14bfba5d21-34853573942_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-690e63dc-2012-41dc-bcd3-1f14bfba5d21/mbid-690e63dc-2012-41dc-bcd3-1f14bfba5d21-34853573942_thumb250.jpg",
    "song": "One",
    "track_id": "d327a93c-2550-4aef-96a4-2dd8f14e5cf7",
    "recording_id": "54fbd852-9690-4cbe-9c6f-d926b2627850",
    "artist": "Busta Rhymes feat. Erykah Badu",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0",
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "When Disaster Strikes...",
    "release_id": "690e63dc-2012-41dc-bcd3-1f14bfba5d21",
    "release_group_id": "de924d2c-e31a-43fd-b6bc-820a0b8bd8fb",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1997, Busta Rhymes released his second studio album 'When Disaster Strikes...'.\nOn this track from the album, Rhymes - with Erykah Badu - is sampling \"Love's in Need of Love Today\" from Stevie Wonder's 1976 masterpiece, 'Songs in the Key of Life'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}