Information about plays

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

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

{
    "id": 3635328,
    "uri": "https://api.kexp.org/v2/plays/3635328/?format=api",
    "airdate": "2026-03-29T21:36:16-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Were Right",
    "track_id": null,
    "recording_id": null,
    "artist": "Bruce",
    "artist_ids": [],
    "album": "four more than four",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Poorly Knit"
    ],
    "label_ids": [
        "f5704991-a8c9-40c4-ad9b-7f1791cc7b30"
    ],
    "release_date": "2026-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://wordsofbruce.bandcamp.com/album/four-more-then-four",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}