Information about plays

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

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

{
    "id": 3594682,
    "uri": "https://api.kexp.org/v2/plays/3594682/?format=api",
    "airdate": "2025-12-23T01:09:22-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Great Beyond",
    "track_id": null,
    "recording_id": null,
    "artist": "GIDEÖN",
    "artist_ids": [
        "84b437f2-57f1-40ac-a77b-5f0a1ae6e02f"
    ],
    "album": "The Great Beyond",
    "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": "\"The Great Beyond is a deep dark Gospel number leaning into the church musical tradition of looking over the edge of life into the realm of the afterlife. The track samples one of GIDEÖN’s most prized possessions…the original 10” Shellac pressing from 1952 that the vocal is sampled from. The track is dedicated to friend and ally Greg Belson, the world's greatest Gospel record collector and archivist\"\n\nhttps://gideonuk.bandcamp.com/track/the-great-beyond-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}