Information about plays

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

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

{
    "id": 3546009,
    "uri": "https://api.kexp.org/v2/plays/3546009/?format=api",
    "airdate": "2025-08-28T20:26:52-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e320ca2-c61c-4d25-8e11-a51adabe4d10/41789130611-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e320ca2-c61c-4d25-8e11-a51adabe4d10/41789130611-250.jpg",
    "song": "Aku Cemas",
    "track_id": null,
    "recording_id": "9c12de00-9176-40c3-ab2a-ea36ad9d4787",
    "artist": "Subsonic Eye",
    "artist_ids": [
        "b56cde0f-c96c-4e0c-9841-3c17670e7caa"
    ],
    "album": "Singapore Dreaming",
    "release_id": null,
    "release_group_id": "4bfe7c30-1c44-466c-9e73-5ebe467cbdad",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singaporean five-piece band Subsonic Eye. Their fifth album, Singapore Dreaming, centers their hometown through a more focused lens. Where All Around You comprised a space to sit with the complex feelings inspired by the intense world we inhabit, Singapore Dreaming is that intense world itself — Subsonic Eye’s interpretation of their high energy urban context refracted through straight-to-the-point, poppy, ergonomic songs tinged with tension that could explode at a moment’s notice.\n\nhttps://subsoniceye.bandcamp.com/album/singapore-dreaming",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}