Information about plays

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

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

{
    "id": 3650975,
    "uri": "https://api.kexp.org/v2/plays/3650975/?format=api",
    "airdate": "2026-05-05T16:41:00-07:00",
    "show": 66639,
    "show_uri": "https://api.kexp.org/v2/shows/66639/?format=api",
    "image_uri": "https://coverartarchive.org/release/febc2eb1-e76f-4155-ab21-2422f014bc33/6848558246-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/febc2eb1-e76f-4155-ab21-2422f014bc33/6848558246-250.jpg",
    "song": "Buenas tardes amigo",
    "track_id": null,
    "recording_id": "658e4a94-b79c-4fd2-8c9c-63616bf9c873",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "Chocolate and Cheese",
    "release_id": null,
    "release_group_id": "53b1e528-4360-3c28-a55c-4263a1ef58c3",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Kat <3\n___\nCinco de Mayo's on Tuesday / And I hoped we'd see each other again",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}