Information about plays

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

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

{
    "id": 3547403,
    "uri": "https://api.kexp.org/v2/plays/3547403/?format=api",
    "airdate": "2025-09-01T03:07:53-07:00",
    "show": 64443,
    "show_uri": "https://api.kexp.org/v2/shows/64443/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Purity (feat. Wiidaaseh)",
    "track_id": null,
    "recording_id": null,
    "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": [],
    "label_ids": [],
    "release_date": "2024-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ojibway, Chippewa, Mohawk\n--\nThe 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 intention behind Indian Giver is to offer Indigenous youth an outlet for both their creativity and their anger.\nhttps://indiangiverhxc.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}