Information about plays

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

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

{
    "id": 3543836,
    "uri": "https://api.kexp.org/v2/plays/3543836/?format=api",
    "airdate": "2025-08-23T18:07:44-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://coverartarchive.org/release/53a57332-7c3f-4a9f-b394-287a5b934ec7/15766679373-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53a57332-7c3f-4a9f-b394-287a5b934ec7/15766679373-250.jpg",
    "song": "Colors on the Wall",
    "track_id": null,
    "recording_id": "756f6161-6b6b-424f-b84c-9acd055291c4",
    "artist": "Gold Casio",
    "artist_ids": [
        "d5738bb3-2180-460f-af3b-860c6a6ea6a1"
    ],
    "album": "Last Song / Colors on the Wall",
    "release_id": null,
    "release_group_id": "564470cc-52a2-4a73-b71d-d4a731294698",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-12-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Portland, from 2017!\n\nhttps://goldcasio.bandcamp.com/album/last-song-colors-on-the-wall",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}