Information about plays

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

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

{
    "id": 3614755,
    "uri": "https://api.kexp.org/v2/plays/3614755/?format=api",
    "airdate": "2026-02-08T06:10:00-08:00",
    "show": 65877,
    "show_uri": "https://api.kexp.org/v2/shows/65877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kaldsår",
    "track_id": null,
    "recording_id": null,
    "artist": "Glåsbird",
    "artist_ids": [],
    "album": "Isla's Calm Cloud",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Whitelabrecs"
    ],
    "label_ids": [],
    "release_date": "2026-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A track by Whitelabrecs founder Harry Towell under his once-anonymous alias Glåsbird that's included on the new compilation 'Isla's Calm Cloud' that features songs that Harry's daughter Isla enjoyed to listen to on her Yoto player to help her fall asleep when she was growing up ~ https://whitelabrecs.bandcamp.com/album/islas-calm-cloud",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}