Information about plays

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

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

{
    "id": 3564278,
    "uri": "https://api.kexp.org/v2/plays/3564278/?format=api",
    "airdate": "2025-10-12T17:18:06-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oshki Manitou",
    "track_id": null,
    "recording_id": null,
    "artist": "Chuck Copenace",
    "artist_ids": [
        "45299f9f-be66-4feb-8729-7f92cd04c9c5"
    ],
    "album": "Oshki Manitou",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Charles Copenace Music"
    ],
    "label_ids": [],
    "release_date": "2022-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Chuck Copenace, Oshki Manitou is a decidedly personal musical expression. One that finds the Winnipeg-based, Ojibway musician expanding 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/album/oshki-manitou",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}