Information about plays

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

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

{
    "id": 3552783,
    "uri": "https://api.kexp.org/v2/plays/3552783/?format=api",
    "airdate": "2025-09-14T01:46:00-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Crater",
    "track_id": null,
    "recording_id": null,
    "artist": "Tentacult",
    "artist_ids": [
        "b112c56c-ace4-4228-8ec4-0fabd97adf0c"
    ],
    "album": "Synaptic Perfidy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Transylvanian Recordings"
    ],
    "label_ids": [
        "9a0f93fb-b72a-4cff-9759-7a60f227846c"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sacramento's Tentacult will be playing at Belltown Yacht Club in Seattle tonight with Degraved and Manson's Girls.\n\nhttps://transylvanianrecordings.bandcamp.com/album/tentacult-synaptic-perfidy\nhttps://www.songkick.com/concerts/42747865-degraved-at-belltown-yacht-club",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}