Information about plays

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

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

{
    "id": 3605729,
    "uri": "https://api.kexp.org/v2/plays/3605729/?format=api",
    "airdate": "2026-01-17T22:04:45-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "GNCDE",
    "track_id": null,
    "recording_id": null,
    "artist": "prchr.",
    "artist_ids": [
        "b740b2c4-a00d-414a-b810-8bf1eb02390d"
    ],
    "album": "Album Two: THE PAVEMENT",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2026-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "prchr. (pronounced as percher) is a 26 year-old artist from Gold Coast, Australia.  The sophomore LP from the Australian artist follows the events of his previous record’s story as a protagonist proclaims himself as the self appointed “king of the valley”.\n\nhttps://prchrmusic.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}