Information about plays

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

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

{
    "id": 3552104,
    "uri": "https://api.kexp.org/v2/plays/3552104/?format=api",
    "airdate": "2025-09-12T13:25:41-07:00",
    "show": 64542,
    "show_uri": "https://api.kexp.org/v2/shows/64542/?format=api",
    "image_uri": "https://coverartarchive.org/release/90433f40-1109-447d-b7a7-b3fb475eab8e/34711495094-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90433f40-1109-447d-b7a7-b3fb475eab8e/34711495094-250.jpg",
    "song": "Soul Makossa",
    "track_id": null,
    "recording_id": "55fc0d79-800d-47c9-bc65-b06169498da1",
    "artist": "Lafayette Afro-Rock Band",
    "artist_ids": [
        "68b22fd5-038c-4b74-8ed0-ee93b13c1d9e"
    ],
    "album": "Soul Makossa",
    "release_id": null,
    "release_group_id": "a3943b67-4928-357a-9f4c-2f83e9ded5f8",
    "labels": [
        "Musidisc"
    ],
    "label_ids": [
        "6fc14496-2cd1-40ec-b1b6-1a6efa7c83ac"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lafayette Afro Rock Band was an American funk rock band formed in Roosevelt, Long Island, New York in 1970, they relocated to France not long afterwards. Though little-known in their native U.S., during their recording period, they have since become celebrated as one of the standout funk bands of the 1970s and are particularly noted for their use of break beats. The band also recorded under the names Ice, Crispy & Co., Krispie & Co. in Europe, Captain Dax, and others",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}