Information about plays

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

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

{
    "id": 3569609,
    "uri": "https://api.kexp.org/v2/plays/3569609/?format=api",
    "airdate": "2025-10-25T02:53:05-07:00",
    "show": 64925,
    "show_uri": "https://api.kexp.org/v2/shows/64925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rings of Saturn",
    "track_id": null,
    "recording_id": null,
    "artist": "Mike Ash",
    "artist_ids": [
        "d261877f-2880-4973-ad36-1d3cacded8ae"
    ],
    "album": "Black Triangle",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bass Agenda Recordings"
    ],
    "label_ids": [
        "4cc8473f-cfd5-4fde-a8b8-9a6e43c42b98"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://bassagendarecordings.bandcamp.com/album/mike-ash-black-triangle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}