Information about plays

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

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

{
    "id": 3564708,
    "uri": "https://api.kexp.org/v2/plays/3564708/?format=api",
    "airdate": "2025-10-13T21:39:46-07:00",
    "show": 64828,
    "show_uri": "https://api.kexp.org/v2/shows/64828/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Manifiesto",
    "track_id": null,
    "recording_id": "1c400a04-6e42-42c9-9c24-a7f506107fde",
    "artist": "Víctor Jara",
    "artist_ids": [
        "b7e6a7fb-1d38-4ad8-bd97-c125ad4421ab"
    ],
    "album": "¡La izquierda canta así...! Vol. 10",
    "release_id": null,
    "release_group_id": "b547f741-c969-4ffb-ac1f-59ceab791ef9",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Manifiesto” is one of Víctor Jara’s final works, recorded shortly before his death in 1973. The Chilean singer, poet, and activist defines his artistic philosophy in this song—music as truth, justice, and solidarity. The simple guitar arrangement underscores the clarity of his voice and conviction. It serves as both an autobiography and an artistic declaration, summarizing Jara’s vision of art in service of humanity. “Manifiesto” endures as one of Latin America’s most powerful statements on the purpose of art and resistance.\u2028Listen: https://open.spotify.com/track/4VMTFWdFptdq7CEFtIISsx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}