Information about plays

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

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

{
    "id": 3554753,
    "uri": "https://api.kexp.org/v2/plays/3554753/?format=api",
    "airdate": "2025-09-18T21:42:27-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Fight | 故郷",
    "track_id": null,
    "recording_id": null,
    "artist": "Elle Shimada",
    "artist_ids": [
        "35dd7e5d-ae38-4148-8adb-a59d34af609c"
    ],
    "album": "Home ≠ Location",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "嶋田会希–Elle Shimada is a violinist, producer, curator, DJ and multi-instrumentalist from Tokyo based in Melbourne.\nA unique combination of thickly layered string lines making tender love to heavy new-jazz influenced beats creates an emotive, cinematic and other-worldly atmosphere while keeping the dance floor pulsing with visionary and edgy production.\n--\nhttps://elleshimada.bandcamp.com/album/home-location",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}