Information about plays

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

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

{
    "id": 3540979,
    "uri": "https://api.kexp.org/v2/plays/3540979/?format=api",
    "airdate": "2025-08-16T22:55:11-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "https://coverartarchive.org/release/14be09ec-45ed-4e1c-a9f9-a547882bdd3a/41600549667-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14be09ec-45ed-4e1c-a9f9-a547882bdd3a/41600549667-250.jpg",
    "song": "Paint a Picture",
    "track_id": null,
    "recording_id": "f82891c4-ebad-47fa-8627-f6fedd77ce3f",
    "artist": "The Hives",
    "artist_ids": [
        "487bfd74-71bf-46dd-b89c-80b7a0f06f2f"
    ],
    "album": "The Hives Forever Forever The Hives",
    "release_id": null,
    "release_group_id": "54799c5b-7f66-4b78-98f7-cceca58e6be7",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can experience The Hives at Seattle's Showbox on Monday, September 15th, or in SF at The Warfield on Saturday, September 20th. \n\n-- The Hives' new album, out on August 29th, is called \"The Hives Forever Forever The Hives\"\n\nWatch their 2023 KEXP in-studio in the Gathering Space here: https://www.youtube.com/watch?v=WewP6H3HomE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}