Information about plays

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

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

{
    "id": 3603869,
    "uri": "https://api.kexp.org/v2/plays/3603869/?format=api",
    "airdate": "2026-01-13T13:33:10-08:00",
    "show": 65641,
    "show_uri": "https://api.kexp.org/v2/shows/65641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What’s the Altitude",
    "track_id": "b2f2b5d8-a3ec-3864-b680-f8f310affa03",
    "recording_id": "a324f753-3eee-45a7-91a4-bc67ab9a7a3e",
    "artist": "Cut Chemist feat. Hymnal",
    "artist_ids": [
        "0bf5003b-89bd-4023-9a98-e743e07a87a9",
        "e0975164-e68b-45d6-9854-d5d0ce84e671"
    ],
    "album": "The Audience’s Listening",
    "release_id": "b53b9bc2-b891-4296-9783-24a7d947ab10",
    "release_group_id": "89b3d8eb-dcab-3472-aafe-660c275e38a2",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2006-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What's the Altitude\" contains samples of \"Big Footin'\" by Parliament, \"Kelelawar\" by Koes Plus, and four other songs: https://www.whosampled.com/Cut-Chemist/What%27s-the-Altitude/\n--\nDon't miss the video for this 2006 classic: https://youtu.be/7AVHXe-ol-s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}