Information about plays

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

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

{
    "id": 3605739,
    "uri": "https://api.kexp.org/v2/plays/3605739/?format=api",
    "airdate": "2026-01-17T22:33:31-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Welcome To Seattle",
    "track_id": null,
    "recording_id": null,
    "artist": "Schmutzhund",
    "artist_ids": [],
    "album": "Split w/ ZZ Slop",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2026-01-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new split from these Seattle punks with ZZ Slop out of PA!\n\nhttps://schmutzhund.bandcamp.com/album/zz-slop-schmutzhund\nhttps://www.facebook.com/schmutzhund/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}