Information about plays

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

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

{
    "id": 3667263,
    "uri": "https://api.kexp.org/v2/plays/3667263/?format=api",
    "airdate": "2026-06-13T08:03:09-07:00",
    "show": 66976,
    "show_uri": "https://api.kexp.org/v2/shows/66976/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbfe6c5c-55c6-4de2-9e0f-192034633e95/34776294283-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bbfe6c5c-55c6-4de2-9e0f-192034633e95/34776294283-250.jpg",
    "song": "Farther on Down the Road (You Will Accompany Me)",
    "track_id": null,
    "recording_id": "f6f12140-a1e2-4047-9bff-64c38d7ae219",
    "artist": "Jesse ‘Ed’ Davis",
    "artist_ids": [
        "370f214a-f776-41f6-9821-8b2753866102"
    ],
    "album": "Ululu",
    "release_id": null,
    "release_group_id": "d1243f60-091b-3c94-8195-fb60dd1927b1",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Comanche, Muscogee and Seminole\t\n--\nJesse Edwin Davis III was a Muscogee and Seminole guitarist of the Comanche Nation. He was well regarded as a session artist and solo performer, was a member of Taj Mahal's backing band and played with musicians such as Eric Clapton, John Lennon, and George Harrison.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}