Information about plays

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

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

{
    "id": 3548530,
    "uri": "https://api.kexp.org/v2/plays/3548530/?format=api",
    "airdate": "2025-09-03T18:00:49-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-5765bcdb-615f-3a24-8bc6-839edd97b51f/mbid-5765bcdb-615f-3a24-8bc6-839edd97b51f-28530829852_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-5765bcdb-615f-3a24-8bc6-839edd97b51f/mbid-5765bcdb-615f-3a24-8bc6-839edd97b51f-28530829852_thumb250.jpg",
    "song": "Jane Says (live)",
    "track_id": "81b764ee-c6cb-33d5-b5f9-a8881425ec0e",
    "recording_id": "4d2d8fb5-04ba-45ec-a2da-a99ff4293d4e",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Kettle Whistle",
    "release_id": "3b902049-f0a3-334f-bba6-399a9b02ef8b",
    "release_group_id": "044a7caf-9026-3cc1-b320-aeb872a3e5ad",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Kat for this road trip recommendation and elk-alert strategy!\n---\nThis live version of \"Jane Says\" was recorded at the Irvine Meadows Amphitheater in CA on July 24, 1991 during the very first Lollapalooza tour, which was the brainchild of Perry Farrell. https://www.janesaddiction.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}