Information about plays

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

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

{
    "id": 3605747,
    "uri": "https://api.kexp.org/v2/plays/3605747/?format=api",
    "airdate": "2026-01-17T22:52:46-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Invisible",
    "track_id": null,
    "recording_id": null,
    "artist": "Brotherhood of Electricity",
    "artist_ids": [],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Super Secret Records"
    ],
    "label_ids": [
        "282a05b4-e503-4059-9426-21905438a5c4"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brotherhood of Electricity was a short-lived garage punk band based mostly out of Austin, Texas. Formed in the early 2000s, the band released ‘Invisibility’ in 2004 on Super Secret Records before disbanding.  Members would go on to relocate to Seattle and play together in The Hex Dispensers and currently Graveyards of the Pacific.\n.\nhttps://www.discogs.com/artist/1131343-Dave-Bessenhoffer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}