Information about plays

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

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

{
    "id": 3626896,
    "uri": "https://api.kexp.org/v2/plays/3626896/?format=api",
    "airdate": "2026-03-08T21:50:58-07:00",
    "show": 66130,
    "show_uri": "https://api.kexp.org/v2/shows/66130/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "R(ide A) Wave",
    "track_id": null,
    "recording_id": null,
    "artist": "Ben Vince",
    "artist_ids": [
        "d2f64902-bb46-4b27-aafc-98e375e332e7"
    ],
    "album": "Street Druiid",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://benvince.bandcamp.com/album/street-druid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}