Information about plays

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

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

{
    "id": 3621836,
    "uri": "https://api.kexp.org/v2/plays/3621836/?format=api",
    "airdate": "2026-02-24T20:28:04-08:00",
    "show": 66022,
    "show_uri": "https://api.kexp.org/v2/shows/66022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Human Animal",
    "track_id": "91e77be4-c240-4e99-b2e5-2c98fbaab2b6",
    "recording_id": "f115be41-3b89-4214-a236-1a4204518407",
    "artist": "Total Giovanni",
    "artist_ids": [
        "a667acbf-6eaf-4be9-af63-b2053954b12c"
    ],
    "album": "Human Animal",
    "release_id": "06c34dc8-e7f8-437a-9080-9aa3c9692141",
    "release_group_id": "1fd212fb-db31-40db-9cfe-e64b23d51ef2",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melbourne based, Total Giovanni released this debut track in 2014, bringing their \"poly-rhythmic jams, strange clothing, and liberated masculinity\" to the world on this debut. \n\n From their Bandcamp, they describe themselves as \"an experience. It [Total Giovanni] is a feeling. It is the most sexually charged discothèque this side of the Tropic of Capricorn.\"\n-\nhttps://totalgiovanni.bandcamp.com/album/human-animal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}