Information about plays

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

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

{
    "id": 3564263,
    "uri": "https://api.kexp.org/v2/plays/3564263/?format=api",
    "airdate": "2025-10-12T16:14:34-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give It Back",
    "track_id": null,
    "recording_id": "bba4a7f4-cbe7-4814-b4c5-69ac7e7cbd06",
    "artist": "Indian Giver",
    "artist_ids": [
        "38eb2b99-d320-47ad-96e3-07f7d92da1c7"
    ],
    "album": "Dark Legacy III",
    "release_id": null,
    "release_group_id": "4d748330-319e-424e-a19b-9c9d639c5682",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ojibway, Chippewa, Mohawk\n--\n\"The debut full-length “DARK LEGACY III” speaks to Indigenous lived experiences at the intersection of technology and the human spirit. It explores how colonialism has, and continues to, degrade the lives of people at the margins of society. The album shines a light on our unwavering commitment to finding balance with creation in the modern world. Speaking to issues of class division, racism, and the government’s continued mistreatment of Indigenous communities. The intention behind Indian Giver is to offer Indigenous youth an outlet for both their creativity and their anger.\" \n\nhttps://indiangiverhxc.bandcamp.com/album/dark-legacy-iii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}