Information about plays

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

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

{
    "id": 3542211,
    "uri": "https://api.kexp.org/v2/plays/3542211/?format=api",
    "airdate": "2025-08-19T21:41:49-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://ia800300.us.archive.org/12/items/mbid-64949d61-92eb-4e87-8f67-b25bff453d4d/mbid-64949d61-92eb-4e87-8f67-b25bff453d4d-5519198544_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/12/items/mbid-64949d61-92eb-4e87-8f67-b25bff453d4d/mbid-64949d61-92eb-4e87-8f67-b25bff453d4d-5519198544_thumb250.jpg",
    "song": "Haiti",
    "track_id": "1dc1ea2f-28d9-364f-80c4-442558d8cbe7",
    "recording_id": "4376bcef-8032-4775-a5f2-0d0f7400646e",
    "artist": "Caetano Veloso & Gilberto Gil",
    "artist_ids": [
        "f07dbc2f-317b-470f-bad4-5f1b0eb6faf1",
        "cf6b70f6-2616-481c-912c-0263cabfc974"
    ],
    "album": "Tropicália 2",
    "release_id": "64949d61-92eb-4e87-8f67-b25bff453d4d",
    "release_group_id": "3509eb47-3267-3438-b885-5f343bc4430e",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "To celebrate 25 years of Tropicalismo, Veloso and Gilberto Gil released a CD called Tropicalia 2 in 1993. One song, \"Haiti\", attracted people's attention during the time, especially because it included powerful statements about sociopolitical issues present in Haiti and also in Brazil. Issues addressed in the song included ethnicity, poverty, homelessness, and capital corruption in the AIDS pandemic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}