Information about plays

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

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

{
    "id": 3575884,
    "uri": "https://api.kexp.org/v2/plays/3575884/?format=api",
    "airdate": "2025-11-09T04:59:19-08:00",
    "show": 65062,
    "show_uri": "https://api.kexp.org/v2/shows/65062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twist the Knife",
    "track_id": "4c3d72ec-e66b-4de8-b727-d0a7e590e5e7",
    "recording_id": "27f954aa-270f-4cba-9ed5-a45130f2b560",
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Closer to Grey",
    "release_id": "504cfe95-970d-41c3-bad4-898020d93dba",
    "release_group_id": "d556f7ce-1bae-46d6-ad5f-eeda6526706a",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2019-10-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring the distinctive vocals of Ruth Radalet. Check out this exclusive interview Adam Miller, formerly of Chromatics, did with KEXP's Jasmine Albertson about his music career after the group's breakup: https://www.kexp.org/read/2022/4/12/adam-miller-making-music-post-chromatics-his-seattle-years-and-why-hed-choose-k-records-over-guitar-virtuosos/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}