Information about plays

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

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

{
    "id": 3525081,
    "uri": "https://api.kexp.org/v2/plays/3525081/?format=api",
    "airdate": "2025-07-10T08:32:45-07:00",
    "show": 63972,
    "show_uri": "https://api.kexp.org/v2/shows/63972/?format=api",
    "image_uri": "https://ia601901.us.archive.org/12/items/mbid-a23a24e8-c400-497a-9ca1-36636a8d252a/mbid-a23a24e8-c400-497a-9ca1-36636a8d252a-3489396442_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/12/items/mbid-a23a24e8-c400-497a-9ca1-36636a8d252a/mbid-a23a24e8-c400-497a-9ca1-36636a8d252a-3489396442_thumb250.jpg",
    "song": "Here's Your Future",
    "track_id": "c9d0c2dd-1888-3432-838c-5a42b392f7b5",
    "recording_id": "09a3ac7a-945c-4525-99a0-065bb3c87dd9",
    "artist": "The Thermals",
    "artist_ids": [
        "7cd2d860-c6d7-4be2-af50-57c51ee45687"
    ],
    "album": "The Body, the Blood, the Machine",
    "release_id": "a23a24e8-c400-497a-9ca1-36636a8d252a",
    "release_group_id": "b4ed2024-4002-3884-8358-2dc1862ddaed",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2006-08-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For Steven in Oakland! \n\n\"The Thermals were a post-pop-punk trio from Portland, Oregon.  In ten years, the band released seven records and toured fifteen countries. http://www.thethermals.com/bio/\n\nWatch The Thermals Live on KEXP session here: https://www.youtube.com/c/kexp/search?query=The%20Thermals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}