Information about plays

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

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

{
    "id": 3564265,
    "uri": "https://api.kexp.org/v2/plays/3564265/?format=api",
    "airdate": "2025-10-12T16:21:17-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "https://coverartarchive.org/release/1dbe799f-e608-475a-9af5-c027eb10f092/35481241042-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1dbe799f-e608-475a-9af5-c027eb10f092/35481241042-250.jpg",
    "song": "Black Union Jack",
    "track_id": null,
    "recording_id": "e5b33d05-f774-4804-b63d-56f76e0911ed",
    "artist": "Half/Time",
    "artist_ids": [
        "36a1e1a5-4d35-406a-a07c-59dae8aa0b63"
    ],
    "album": "Scary Stories to Tell When You’re Dark EP",
    "release_id": null,
    "release_group_id": "5cbc8018-830c-406b-a7ce-9929da8f29f4",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Half/Time is a post punk band from Aotearoa, New Zealand featuring Wairehu Grant (Ngāti Maniapoto), Ciara Bernstein, and Cee (Te Rarawa, Ngāti Kahu ki Whangaroa).\n\nhttps://halftime.bandcamp.com/album/scary-stories-to-tell-when-youre-dark-ep\nhttps://halftimeband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}