Information about plays

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

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

{
    "id": 3636531,
    "uri": "https://api.kexp.org/v2/plays/3636531/?format=api",
    "airdate": "2026-04-01T17:35:12-07:00",
    "show": 66339,
    "show_uri": "https://api.kexp.org/v2/shows/66339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man It Feels Like Space Again",
    "track_id": "d3db5781-aae4-47e7-a609-501c49a04a81",
    "recording_id": "0db7a1d9-8fcb-4dcb-86c2-33ba5292571f",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Man It Feels Like Space Again",
    "release_id": "e94e5855-0b2a-46e1-b165-7160a9f8d972",
    "release_group_id": "001206b3-0569-4d84-b1f6-854c8b032534",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pond is a band from Perth, Australia that shares members with Tame Impala. \n\nThey've played at KEXP many times. Check out 2017: https://www.youtube.com/watch?v=Ssh7wzRDJIo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}