Information about plays

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

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

{
    "id": 3561422,
    "uri": "https://api.kexp.org/v2/plays/3561422/?format=api",
    "airdate": "2025-10-04T23:04:54-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What It's Worth",
    "track_id": null,
    "recording_id": null,
    "artist": "Dragnet",
    "artist_ids": [
        "f3bc5de3-6a03-423a-a74c-85a80e6c6e3e"
    ],
    "album": "Dragnet Reigns",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Zenith Records"
    ],
    "label_ids": [
        "b3e89c9f-2384-4782-91f0-b3fb49893295"
    ],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This record marks the final contributions of both Meaghan Weiley & Alicia Nolan, with both members moving on from the group.  Their stylish shoes have been filled by Lisa Rashleigh (Delivery, Soursob) & Kailey Dick moving forward.\n\nhttps://dragnetband.bandcamp.com/album/dragnet-reigns",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}