Information about plays

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

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

{
    "id": 3552752,
    "uri": "https://api.kexp.org/v2/plays/3552752/?format=api",
    "airdate": "2025-09-13T23:50:12-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9511421-3a12-41fb-92dc-80e169b52542/40035994446-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9511421-3a12-41fb-92dc-80e169b52542/40035994446-250.jpg",
    "song": "On Whom They Beat",
    "track_id": null,
    "recording_id": "99395479-34e5-4575-865b-005db0ecbe47",
    "artist": "Sado-Nation",
    "artist_ids": [
        "60b38079-e10b-4a03-93c8-f7b393a59384"
    ],
    "album": "Sado-Nation",
    "release_id": null,
    "release_group_id": "cfaa4ce2-f686-4232-ae36-ac856e6c026d",
    "labels": [
        "Trap Records"
    ],
    "label_ids": [
        "2b36d627-8df6-41c8-9aa0-8462e8449f96"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sado-Nation was from Portland, Oregon and was one of the earliest and the longest lived punk bands of that city’s original scene, forming in 1978 and carrying on at least until 1984.\n\nhttps://www.sorrystaterecords.com/blogs/news/record-of-the-week-sado-nation-s-t-7\nhttps://gummopunxrecords.bandcamp.com/album/sado-nation-disruptive-pattern-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}