Information about plays

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

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

{
    "id": 3635944,
    "uri": "https://api.kexp.org/v2/plays/3635944/?format=api",
    "airdate": "2026-03-31T08:47:42-07:00",
    "show": 66328,
    "show_uri": "https://api.kexp.org/v2/shows/66328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama (妈妈)",
    "track_id": "61809f19-eeff-458b-a545-a17887f63860",
    "recording_id": "1ff8b586-e042-4170-ad98-b5dbb7656df7",
    "artist": "Chinese American Bear",
    "artist_ids": [
        "75bbdfdb-2fc5-4811-8ef7-25ec23f246e1"
    ],
    "album": "Dim Sum & Then Some",
    "release_id": "96dbd447-0eb9-4504-99ed-52b9d0b693ff",
    "release_group_id": "483d980d-9e78-4bfc-829c-9eeebcbcb5a4",
    "labels": [
        "Moshi Moshi Records"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2026-05-08",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Chinese American Bear with a song from their upcoming album 'Dim Sum & Then Some' due out May 8th.\n\nPlaying The Independent in SF on Sunday, July 19th, and Neumos in Seattle on Saturday, July 25th.\n--\nThe husband-and-wife duo of duo of Anne Tong and Bryce Barsten will release their debut album on May 8th.: https://chineseamericanbear.bandcamp.com/album/dim-sum-then-some",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}