Information about plays

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

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

{
    "id": 3544093,
    "uri": "https://api.kexp.org/v2/plays/3544093/?format=api",
    "airdate": "2025-08-24T06:05:59-07:00",
    "show": 64374,
    "show_uri": "https://api.kexp.org/v2/shows/64374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "early morning light",
    "track_id": null,
    "recording_id": null,
    "artist": "Laurel Violet & Thomas Trueman",
    "artist_ids": [],
    "album": "at the walls of the garden EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anjunachill"
    ],
    "label_ids": [
        "6f890c63-3b43-4e8a-8b4f-51ea110c9365"
    ],
    "release_date": "2025-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off a new 4-song EP from London-born composer, pianist and producer Laurel Violet ~ https://anjunachill.bandcamp.com/album/at-the-walls-of-the-garden-ep-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}