Information about plays

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

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

{
    "id": 3639134,
    "uri": "https://api.kexp.org/v2/plays/3639134/?format=api",
    "airdate": "2026-04-07T17:32:29-07:00",
    "show": 66393,
    "show_uri": "https://api.kexp.org/v2/shows/66393/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jimi City",
    "track_id": null,
    "recording_id": null,
    "artist": "Jonah Marks, Rell Be Free",
    "artist_ids": [],
    "album": "By Your Side",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This track was named in tribute to legendary guitarist Jimi  Hendrix. Jonah Marks says: ‘Jimi City’ is my way of showing a side of Seattle that doesn’t often get told,” (...) “From the communities lost after the Great Fire in 1889 to the neighborhoods quietly pushed aside in recent years, there’s a layered story here. I wanted to preserve some of that history, and collaborating with Rell Be Free made that vision come alive.”\nhttps://tinyurl.com/4md3j6ne",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}