Information about plays

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

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

{
    "id": 3564524,
    "uri": "https://api.kexp.org/v2/plays/3564524/?format=api",
    "airdate": "2025-10-13T10:00:22-07:00",
    "show": 64824,
    "show_uri": "https://api.kexp.org/v2/shows/64824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Children Came Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Briggs",
    "artist_ids": [
        "8efc6ca0-a5ae-40ce-bfc5-33ef95537496"
    ],
    "album": "The Children Came Back",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yorta Yorta\t\n\nThis song is testament to surviving genocide and colonization and a follow up to Archie Roach's award winning song \"Took the Children Away\"\n\n\nBriggs is a Yorta Yorta rapper who also performs as half of the Aborigine Hip Hop Duo, AB Oriinal. Briggs created Bad Apples Music, a record label celebrating and promoting Indigenous Australian artists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}