Information about plays

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

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

{
    "id": 3614774,
    "uri": "https://api.kexp.org/v2/plays/3614774/?format=api",
    "airdate": "2026-02-08T07:32:31-08:00",
    "show": 65877,
    "show_uri": "https://api.kexp.org/v2/shows/65877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nashobah",
    "track_id": null,
    "recording_id": null,
    "artist": "A. Campbell Payne",
    "artist_ids": [
        "4bf2db8b-bfb3-4b75-89de-ffc1bcccbd78"
    ],
    "album": "Flow Control",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Oxtail Recordings"
    ],
    "label_ids": [],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a new album from Boston-based musician A. Campbell Payne ~ https://acampbellpayne.bandcamp.com/album/flow-control",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}