Information about plays

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

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

{
    "id": 3605405,
    "uri": "https://api.kexp.org/v2/plays/3605405/?format=api",
    "airdate": "2026-01-17T07:15:44-08:00",
    "show": 65673,
    "show_uri": "https://api.kexp.org/v2/shows/65673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unanswered",
    "track_id": null,
    "recording_id": null,
    "artist": "Chuck Copenace, Justin Alcock,  Carter Graham",
    "artist_ids": [],
    "album": "Unanswered",
    "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": "Ojibway\n\nWinnipeg-based, Ojibway musician Chuck Copenace expands dramatically on his previous work as a trumpet player, arranger, and composer with a unique fusion of contemporary interpretations of sweat-lodge melodies and jazz that display Copenace’s skills as an interpreter, composer, and performer as never before. \n\nhttps://chuckcopenace.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}