Information about plays

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

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

{
    "id": 3634833,
    "uri": "https://api.kexp.org/v2/plays/3634833/?format=api",
    "airdate": "2026-03-28T20:31:34-07:00",
    "show": 66306,
    "show_uri": "https://api.kexp.org/v2/shows/66306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hothouse Flower",
    "track_id": null,
    "recording_id": "55ad95a6-b94f-4322-8df1-1b23fd0e097e",
    "artist": "Salt Lick",
    "artist_ids": [
        "d08857d6-c731-43ff-bb5d-4f5496cac7ac"
    ],
    "album": "The Gift of Missing",
    "release_id": null,
    "release_group_id": "c1a90f59-6209-4f9d-8819-cad80c7d079c",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2022-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Sunset Tavern April 17 for Spring in the Shire along with Knuckle Beach and Flesh Produce\n\nhttps://dice.fm/event/2w3m67-spring-in-the-shire-vol-3-ft-flesh-produce-salt-lick-knuckle-beach-17th-apr-the-sunset-tavern-seattle-tickets",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}