Information about plays

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

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

{
    "id": 3605658,
    "uri": "https://api.kexp.org/v2/plays/3605658/?format=api",
    "airdate": "2026-01-17T19:43:26-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco",
    "track_id": null,
    "recording_id": null,
    "artist": "Fringe Class",
    "artist_ids": [
        "e4300879-b1be-45f5-b1ec-9a3cccd857c1"
    ],
    "album": "Alone by the Phone",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland new wave!\n\nhttps://fringeclass.bandcamp.com/album/alone-by-the-phone",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}