Information about plays

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

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

{
    "id": 3544097,
    "uri": "https://api.kexp.org/v2/plays/3544097/?format=api",
    "airdate": "2025-08-24T06:20:29-07:00",
    "show": 64374,
    "show_uri": "https://api.kexp.org/v2/shows/64374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Listless Intertext",
    "track_id": null,
    "recording_id": null,
    "artist": "fka boursin",
    "artist_ids": [
        "67dbd7af-68a6-4dfd-ad5f-688daf5c8fe2"
    ],
    "album": "Listless Intertext",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Scissor and Thread"
    ],
    "label_ids": [
        "3d8a0024-c55a-43e9-a2e5-275799dc6a4f"
    ],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This week's epic blissout track is the title cut off the debut release from Bristol, UK-based producer fka boursin, an alias of Henry Murray ~ \nhttps://fkaboursin.bandcamp.com/album/listless-intertext",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}