Information about plays

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

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

{
    "id": 3626214,
    "uri": "https://api.kexp.org/v2/plays/3626214/?format=api",
    "airdate": "2026-03-07T01:53:37-08:00",
    "show": 66113,
    "show_uri": "https://api.kexp.org/v2/shows/66113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reality",
    "track_id": null,
    "recording_id": null,
    "artist": "Total Network",
    "artist_ids": [],
    "album": "Total Network",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "22recordings"
    ],
    "label_ids": [
        "ca1468eb-7788-42ed-9a70-7f3d019b60d5"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://22recordings.bandcamp.com/album/2226002-total-network",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}