Information about plays

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

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

{
    "id": 3543980,
    "uri": "https://api.kexp.org/v2/plays/3543980/?format=api",
    "airdate": "2025-08-23T23:22:42-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f05b195-fbc5-4c5e-bf52-9a1bf86aed5d/32896498268-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f05b195-fbc5-4c5e-bf52-9a1bf86aed5d/32896498268-250.jpg",
    "song": "Broken Maze",
    "track_id": null,
    "recording_id": "92e28dbf-f817-438d-bf42-605b74f600fc",
    "artist": "Wormrot",
    "artist_ids": [
        "143fd9a0-28a4-42fb-911e-e5c00baf06f9"
    ],
    "album": "Hiss",
    "release_id": null,
    "release_group_id": "2d074cc2-74f2-4818-86e0-b8e9bb57e461",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "2022-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grindcore legends from Singapore who crushed it as a headliner at NWTF this year.\n\nhttps://wormrot.bandcamp.com/album/tnt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}