Information about plays

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

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

{
    "id": 3667490,
    "uri": "https://api.kexp.org/v2/plays/3667490/?format=api",
    "airdate": "2026-06-13T19:30:24-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "https://coverartarchive.org/release/437c0a90-4657-4d7a-a0a7-d4918512674f/35788279097-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/437c0a90-4657-4d7a-a0a7-d4918512674f/35788279097-250.jpg",
    "song": "The Heart of Juliet Jones",
    "track_id": null,
    "recording_id": "0716b9df-f156-47e6-8c49-c5a0942238ef",
    "artist": "Tough Age",
    "artist_ids": [
        "96a57daf-f447-44e1-bb4d-2b6d462c9803"
    ],
    "album": "Tough Age",
    "release_id": null,
    "release_group_id": "be7664de-da71-4530-a10d-3cbc275d8d3a",
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "2013-11-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver rock!\n\nhttps://tough-age.bandcamp.com/album/tough-age",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}