Information about plays

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

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

{
    "id": 3608382,
    "uri": "https://api.kexp.org/v2/plays/3608382/?format=api",
    "airdate": "2026-01-24T07:03:26-08:00",
    "show": 65741,
    "show_uri": "https://api.kexp.org/v2/shows/65741/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thyme",
    "track_id": null,
    "recording_id": "64a9c6e4-0388-43af-a973-9de08eb780f1",
    "artist": "Gus Englehorn",
    "artist_ids": [
        "d3e304f6-347f-4f6b-95f9-2f1d1edc2714"
    ],
    "album": "The Hornbook",
    "release_id": null,
    "release_group_id": "4454e54a-3303-4f81-bdc7-c97d67067bf6",
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2025-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Unangax̂, Athabascan\n--\nGus Englehorn is a former pro snowboarder turned psychi-pop artist. His new LP, 'The Broken Balladeer', will be released February 27th, 2026. Preorder HERE: https://gusenglehorn.bandcamp.com/album/the-broken-balladeer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}