Information about plays

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

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

{
    "id": 3540914,
    "uri": "https://api.kexp.org/v2/plays/3540914/?format=api",
    "airdate": "2025-08-16T20:19:18-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "https://dn720702.ca.archive.org/0/items/mbid-e6410de1-6a77-47d8-b208-bf3d0de029aa/mbid-e6410de1-6a77-47d8-b208-bf3d0de029aa-22271485031_thumb500.jpg",
    "thumbnail_uri": "https://dn720702.ca.archive.org/0/items/mbid-e6410de1-6a77-47d8-b208-bf3d0de029aa/mbid-e6410de1-6a77-47d8-b208-bf3d0de029aa-22271485031_thumb250.jpg",
    "song": "Long Time Coming",
    "track_id": "85b40574-dff7-32e4-bfe0-8c0864ae46f5",
    "recording_id": "10d9f52e-0913-47c3-8240-67a3c768dba0",
    "artist": "The Moondoggies",
    "artist_ids": [
        "174744a2-8f85-4602-a0e6-5f2097c2e945"
    ],
    "album": "Don't Be a Stranger",
    "release_id": "e6410de1-6a77-47d8-b208-bf3d0de029aa",
    "release_group_id": "71165b36-77b0-3ef4-9fb4-2603947c4541",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2008-08-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Classic, classic band from Everett! This is from their classic, classic record Don't Be A Stranger, which received favorable reviews from NPR, Aquarium Drunkard, and us!\n\nhttps://themoondoggies.bandcamp.com/album/dont-be-a-stranger",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}