Information about plays

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

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

{
    "id": 3636921,
    "uri": "https://api.kexp.org/v2/plays/3636921/?format=api",
    "airdate": "2026-04-02T15:43:00-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://dn721203.ca.archive.org/0/items/mbid-4d6ca2f4-89b1-4214-a943-82b5ff0b0385/mbid-4d6ca2f4-89b1-4214-a943-82b5ff0b0385-22154705114_thumb500.jpg",
    "thumbnail_uri": "https://dn721203.ca.archive.org/0/items/mbid-4d6ca2f4-89b1-4214-a943-82b5ff0b0385/mbid-4d6ca2f4-89b1-4214-a943-82b5ff0b0385-22154705114_thumb250.jpg",
    "song": "Sexual Healing",
    "track_id": "323fb689-9099-33ad-b987-74317e42d6a8",
    "recording_id": "6824a13f-6f50-467a-9e0f-b9482f61238d",
    "artist": "Hot 8 Brass Band",
    "artist_ids": [
        "a13d7621-b81c-4cf5-87ac-eb7e86dda70f"
    ],
    "album": "Rock With the Hot 8",
    "release_id": "4d6ca2f4-89b1-4214-a943-82b5ff0b0385",
    "release_group_id": "51533a47-c8ce-3489-ae87-1df4665881a2",
    "labels": [
        "Louisiana Red Hot"
    ],
    "label_ids": [
        "21a7da11-6c62-49d2-9422-ded515129e91"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the Hot 8 Brass Band perform this Marvin Gaye cover live in the KEXP studio in 2019: https://www.youtube.com/watch?v=oFDl3X8_qzg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}