Information about plays

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

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

{
    "id": 3546974,
    "uri": "https://api.kexp.org/v2/plays/3546974/?format=api",
    "airdate": "2025-08-31T01:13:40-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://coverartarchive.org/release/e45166c3-bab3-4c62-909d-23a1dd0d0c20/18657051596-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e45166c3-bab3-4c62-909d-23a1dd0d0c20/18657051596-250.jpg",
    "song": "Witching Thrust",
    "track_id": null,
    "recording_id": "4529002a-c77b-4257-8bf4-8d4b58c12227",
    "artist": "Communion",
    "artist_ids": [
        "3cdfecb0-54aa-436d-9755-1ff22b5277fa"
    ],
    "album": "The Communion",
    "release_id": null,
    "release_group_id": "7efcf3d0-602c-4c2c-9cc2-373e2a8bc6e3",
    "labels": [
        "Hells Headbangers Records"
    ],
    "label_ids": [
        "167ea0e2-47ee-4f5e-851d-264635054760"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Communion will be playing at:\n - Tony V's Garage in Everett with Noroth and Quabrum on September 29th.\n - El Corazon in Seattle on October 1st with Adorion and Ares Kingdom.\n\nhttps://witchingmetal.bandcamp.com/\nhttps://www.facebook.com/communionchile#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}