Information about plays

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

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

{
    "id": 3659923,
    "uri": "https://api.kexp.org/v2/plays/3659923/?format=api",
    "airdate": "2026-05-26T18:44:03-07:00",
    "show": 66822,
    "show_uri": "https://api.kexp.org/v2/shows/66822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "American Sickness",
    "track_id": "170509a1-ac53-4da5-bd2b-23ea95f254ac",
    "recording_id": "d1f6c708-5d19-45ca-80ec-09ac40a9e98c",
    "artist": "Cassandra Lewis",
    "artist_ids": [
        "29b5f375-cab9-4bd8-af9b-790894fe370d"
    ],
    "album": "American Sickness",
    "release_id": "f688c0e3-4682-42a0-a08c-8f0470eacb7e",
    "release_group_id": "25b51747-2e2c-443c-ad74-7bef4e830f6a",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-05-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Cassandra Lewis - her album American Sickness was released on May 16th. Cassandra will be playing Thursday May 28th at The Rabbit Box Theater in Seattle. More info here:\nhttps://www.therabbitboxseattle.com/events/cassandra-lewis\n\nShe will also play The Country Store in Vashon, WA on May 31st. \nhttps://www.cassandralewismusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}