Information about plays

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

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

{
    "id": 3658880,
    "uri": "https://api.kexp.org/v2/plays/3658880/?format=api",
    "airdate": "2026-05-24T07:06:26-07:00",
    "show": 66801,
    "show_uri": "https://api.kexp.org/v2/shows/66801/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Streambed",
    "track_id": null,
    "recording_id": null,
    "artist": "Saapato",
    "artist_ids": [
        "84c3b3d1-1c0c-4ff7-b503-35ab51a866cc"
    ],
    "album": "Seasons Turn Like Pages",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Aural Canyon"
    ],
    "label_ids": [
        "2f456fba-b2df-44c6-b0e4-81d6f8d20118"
    ],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new album from NY-based artist Saapato ~ https://auralcanyonmusic.bandcamp.com/album/seasons-turn-like-pages",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}