Information about plays

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

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

{
    "id": 3543293,
    "uri": "https://api.kexp.org/v2/plays/3543293/?format=api",
    "airdate": "2025-08-22T13:28:08-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4f0dc0c-a5c8-466b-94db-1e0e3a6eeb05/34302132296-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4f0dc0c-a5c8-466b-94db-1e0e3a6eeb05/34302132296-250.jpg",
    "song": "Shoot You Down",
    "track_id": null,
    "recording_id": "f9fc5c53-b7c8-413f-91ad-1f8c5825bf94",
    "artist": "APB",
    "artist_ids": [
        "cfacc61d-b722-496c-92a3-43264a766a7e"
    ],
    "album": "Something to Believe In",
    "release_id": null,
    "release_group_id": "98e425c7-ae32-3cc1-8974-66d164037212",
    "labels": [
        "Young American"
    ],
    "label_ids": [
        "a8c4affc-2ad1-4c5e-8d5a-70d250f0dafa"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1979, APB was formed in the town of Aberdeen, Scotland. Taking inspiration from the D.I.Y. spirit of punk rock, teenagers Iain Slater (singer, bassist), Glenn Roberts (guitar), and George Cheyne (drums) rehearsed relentlessly and signed with local independent Oily Records at the dawn of the 1980s. The band's trademark post-punk dance rhythms were there on their debut single \"Shoot You Down\"  \n https://apbband.bandcamp.com/album/something-to-believe-in",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}