Information about plays

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

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

{
    "id": 3549948,
    "uri": "https://api.kexp.org/v2/plays/3549948/?format=api",
    "airdate": "2025-09-07T07:20:17-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Days Go By",
    "track_id": null,
    "recording_id": null,
    "artist": "james K",
    "artist_ids": [],
    "album": "Friend",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AD 93"
    ],
    "label_ids": [
        "92463c32-4730-459f-ba31-b8b61f4194b1"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Opening track off a standout chillout album of the year, james K's 'Friend' ~ \nhttps://jameskmusic.bandcamp.com/album/friend :\n: james K is the special guest DJ on KEXP's 'Midnight in a Perfect World' show later tonight and will be performing at Substation in Seattle on October 15th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}