Information about plays

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

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

{
    "id": 3540981,
    "uri": "https://api.kexp.org/v2/plays/3540981/?format=api",
    "airdate": "2025-08-16T23:01:55-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "They Tied Up All Our Lace",
    "track_id": "23ede3a5-2d3b-347a-b033-a44ad859e8f5",
    "recording_id": "f1c06cc1-cfc4-4101-bcfc-947109782a0d",
    "artist": "Toys That Kill",
    "artist_ids": [
        "65e2a019-ebaa-44ad-9c84-353d764a5fb0"
    ],
    "album": "Shanked!",
    "release_id": "b81a213c-a0c9-43bc-9ac0-4d009d0cb7cd",
    "release_group_id": "8b024d53-7922-3ab8-a09c-df90b71d487b",
    "labels": [
        "Recess Records"
    ],
    "label_ids": [
        "3b128411-fd68-4ec7-871f-6f57e0225a36"
    ],
    "release_date": "2006-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toys that Kill are touring with Off With Their Heads and will be playing at:\n - Bottom of the Hill in SF on November 18th\n - Dante's in Portland on November 22nd\n - El Corazon in Seattle on November 23rd.\n\nhttps://www.bandsintown.com/a/13133-toys-that-kill\nhttps://recessrecords.bandcamp.com/album/toys-that-kill",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}