Information about plays

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

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

{
    "id": 3609582,
    "uri": "https://api.kexp.org/v2/plays/3609582/?format=api",
    "airdate": "2026-01-27T01:00:33-08:00",
    "show": 65766,
    "show_uri": "https://api.kexp.org/v2/shows/65766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Purveyor",
    "track_id": null,
    "recording_id": null,
    "artist": "Actual",
    "artist_ids": [
        "c51f3c7f-d796-4671-953e-d7c212ea9a96"
    ],
    "album": "Purveyor",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to the Overnight!\n\nhttps://cloudcore.bandcamp.com/album/purveyor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}