Information about plays

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

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

{
    "id": 3568469,
    "uri": "https://api.kexp.org/v2/plays/3568469/?format=api",
    "airdate": "2025-10-22T10:36:40-07:00",
    "show": 64903,
    "show_uri": "https://api.kexp.org/v2/shows/64903/?format=api",
    "image_uri": "https://ia801007.us.archive.org/5/items/mbid-c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7/mbid-c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7-42808544125_thumb500.jpg",
    "thumbnail_uri": "https://dn721505.ca.archive.org/0/items/mbid-c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7/mbid-c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7-42808544125_thumb250.jpg",
    "song": "Cowbella",
    "track_id": "c42897db-8289-4fdc-ac9b-2b849be6f565",
    "recording_id": "c923ad5e-ed00-4596-bfdb-aa6403544453",
    "artist": "bar italia",
    "artist_ids": [
        "fc6fe95d-ab24-44fd-a086-f33a505ad518"
    ],
    "album": "Some Like It Hot",
    "release_id": "c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7",
    "release_group_id": "3ccb9823-64c8-48b9-a498-b8553aef0ad2",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Some Like It Hot' is the newest album from London's bar italia!\n\nCatch them on tour:\n\n- San Francisco on Saturday, Nov. 8, at the Regency Ballroom\n\n- Seattle on Tuesday, Nov. 11, at Neumos\n\nhttps://www.baritaliaa.com/home#live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}