Information about plays

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

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

{
    "id": 3595078,
    "uri": "https://api.kexp.org/v2/plays/3595078/?format=api",
    "airdate": "2025-12-23T21:39:19-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Music in Celebration of the Christmas Holiday",
    "track_id": null,
    "recording_id": "d58b1106-f9b9-4cdc-8890-62feb5e2a933",
    "artist": "Tzotziles",
    "artist_ids": [
        "34ca2f64-90f8-4108-86aa-7694750dd34a"
    ],
    "album": "Psalms, Stories and Music",
    "release_id": null,
    "release_group_id": "f51a4dc6-e57d-44c9-8a29-5f1dc4f28ffa",
    "labels": [
        "Sub Rosa"
    ],
    "label_ids": [
        "991715f3-99cb-46b6-b053-8bc5db9a69ef"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Tzotzil are an Indigenous Mayan people of Mexico's central highlands in Chiapas. They are most closely related to the Tzeltal people, who live to the west. The Tzotzil are known for their vibrant culture, agricultural economy, and unique language",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}