Information about plays

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

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

{
    "id": 3521966,
    "uri": "https://api.kexp.org/v2/plays/3521966/?format=api",
    "airdate": "2025-07-03T05:28:33-07:00",
    "show": 63905,
    "show_uri": "https://api.kexp.org/v2/shows/63905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Astrology",
    "track_id": "364ad743-b42b-4eed-a1e6-aaa38bb012c2",
    "recording_id": "a389bfc7-3397-4465-a903-1595835184c0",
    "artist": "Black Whales",
    "artist_ids": [
        "d1f1cba8-b5ce-438b-99a3-e0a8456ac322"
    ],
    "album": "New Astrology",
    "release_id": "3cd7622b-42e6-4547-b0a8-8d3bd926751a",
    "release_group_id": "d9677fb9-ae42-4ccb-b015-f6d49b9e7dde",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-03-28",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle Band Black Whales' new album, \"A Guide To Photographing The Sun,\" their third full-length, drops today! \n\nYou can order it right here: https://blackwhales.bandcamp.com/album/a-guide-to-photographing-the-sun\n\nFrom the archives: here's Black Whales performing at KEXP's Live at the Mural in 2011: https://www.youtube.com/watch?v=ZGbb5Zn562g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}