Information about plays

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

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

{
    "id": 3578786,
    "uri": "https://api.kexp.org/v2/plays/3578786/?format=api",
    "airdate": "2025-11-16T01:29:23-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/e77c72ec-6e3f-4e4f-917c-3e7f1125884a/13631387236-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e77c72ec-6e3f-4e4f-917c-3e7f1125884a/13631387236-250.jpg",
    "song": "1,000 Eyes",
    "track_id": null,
    "recording_id": "40c96180-0a64-4b15-86ac-fd7b41274e6e",
    "artist": "Death",
    "artist_ids": [
        "dbb3b771-ae77-4381-b61c-758b5b7898ec"
    ],
    "album": "Symbolic",
    "release_id": null,
    "release_group_id": "bd675025-abcb-3536-9e19-ba3204c0183d",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1995-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Death to All will be playing songs from Symbolic and Spiritual Healing with support from Gorguts at the Regency Ballroom in San Francisco on November 30th.  Sadly, this will be the last stop on their tour, and no PNW dates have been added.\n\nhttps://www.brooklynvegan.com/death-to-all-celebrating-spiritual-healing-symbolic-on-tour-with-gorguts-phobophilic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}