Information about plays

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

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

{
    "id": 3525455,
    "uri": "https://api.kexp.org/v2/plays/3525455/?format=api",
    "airdate": "2025-07-11T06:23:46-07:00",
    "show": 63980,
    "show_uri": "https://api.kexp.org/v2/shows/63980/?format=api",
    "image_uri": "https://ia800203.us.archive.org/18/items/mbid-14be09ec-45ed-4e1c-a9f9-a547882bdd3a/mbid-14be09ec-45ed-4e1c-a9f9-a547882bdd3a-41600549667_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/18/items/mbid-14be09ec-45ed-4e1c-a9f9-a547882bdd3a/mbid-14be09ec-45ed-4e1c-a9f9-a547882bdd3a-41600549667_thumb250.jpg",
    "song": "Paint a Picture",
    "track_id": "4a99724a-bd28-431e-aa8e-87f4e9e97b8c",
    "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": "14be09ec-45ed-4e1c-a9f9-a547882bdd3a",
    "release_group_id": "54799c5b-7f66-4b78-98f7-cceca58e6be7",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": "Heavy",
    "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. -- The Hive's new album, out on August 29th, is called \"The Hives Forever Forever The Hives\"\n\nWatch their recent KEXP in-studio here: https://www.youtube.com/watch?v=WewP6H3HomE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}