Information about plays

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

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

{
    "id": 3547068,
    "uri": "https://api.kexp.org/v2/plays/3547068/?format=api",
    "airdate": "2025-08-31T06:54:00-07:00",
    "show": 64435,
    "show_uri": "https://api.kexp.org/v2/shows/64435/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Early and Forever",
    "track_id": null,
    "recording_id": null,
    "artist": "Talkdemonic",
    "artist_ids": [
        "cffb263e-f6af-4127-b783-f4bbf28cad0c"
    ],
    "album": "Very Cool Yesterday",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bathysphere"
    ],
    "label_ids": [],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single off the forthcoming album from Talkdemonic, this long-running project of multi-instrumentalist and producer Kevin Timothy O'Connor, that's coming out on California-based label Bathysphere Records ~ https://talkdemonic.bandcamp.com/album/very-cool-yesterday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}