Information about plays

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

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

{
    "id": 3547977,
    "uri": "https://api.kexp.org/v2/plays/3547977/?format=api",
    "airdate": "2025-09-02T12:18:08-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia601402.us.archive.org/8/items/mbid-941555c1-7b14-4520-b44a-16c22fbb1560/mbid-941555c1-7b14-4520-b44a-16c22fbb1560-14963364317_thumb500.jpg",
    "thumbnail_uri": "https://ia601402.us.archive.org/8/items/mbid-941555c1-7b14-4520-b44a-16c22fbb1560/mbid-941555c1-7b14-4520-b44a-16c22fbb1560-14963364317_thumb250.jpg",
    "song": "Ballroom Blitz",
    "track_id": "c3310590-d8fd-496e-bcf1-527dfeb4408f",
    "recording_id": "96d333f9-0248-4dc8-8de9-e3f2ab86c623",
    "artist": "The Sweet",
    "artist_ids": [
        "dc73bb40-b697-4df9-a2ec-0555bebdba75"
    ],
    "album": "The Best of Sweet",
    "release_id": "941555c1-7b14-4520-b44a-16c22fbb1560",
    "release_group_id": "ff8cce0f-0022-3fba-8e33-5bfec02eadfb",
    "labels": [
        "Capitol Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Are you ready, Steve? (Uh-huh)\nAndy? (Yeah)\nMick? (Okay)\nAlright, fellas, well, let's go...\"\n--\nThe track was inspired by an incident on January 27, 1973, when The Sweet was performing a the Grand Hall in Kilmarnock, Scotland. Sadly, the band was driven offstage by what’s known as a “bottling,” or when the fans get so angry or unnerved by a group, they begin to throw things onto the stage.: https://americansongwriter.com/the-meaning-behind-the-ballroom-blitz-by-the-sweet/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}