Information about plays

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

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

{
    "id": 3574779,
    "uri": "https://api.kexp.org/v2/plays/3574779/?format=api",
    "airdate": "2025-11-06T15:58:35-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9ab0e78-40be-4106-8a9d-d647b5acb1b8/14459678302-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9ab0e78-40be-4106-8a9d-d647b5acb1b8/14459678302-250.jpg",
    "song": "Ponta de Areia",
    "track_id": null,
    "recording_id": "31ec806d-7a90-4484-b290-4a6538738394",
    "artist": "Wayne Shorter & Milton Nascimento",
    "artist_ids": [
        "2379937f-6e0d-46a2-b8ff-633fafd72002",
        "1bfa27e3-0376-4206-a772-4586e25a64f5"
    ],
    "album": "Native Dancer",
    "release_id": null,
    "release_group_id": "9861d108-d00f-3dfd-9623-bb2270363bf1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the most beautiful songs in jazz is the melancholic farewell to a lost railway in the Brazil of the 60s. Ponta de Areia was a station on the Bahia-Minas steam train line, which connected the state of Minas Gerais in the interior with the coastal state of Bahia.  This song laments the destruction of this by the military dictatorship of the 1964-1985, which left small towns abandoned.: https://midnightoilstudios.org/2024/06/30/ponta-de-areia/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}