Information about plays

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

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

{
    "id": 3614830,
    "uri": "https://api.kexp.org/v2/plays/3614830/?format=api",
    "airdate": "2026-02-08T10:48:06-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://coverartarchive.org/release/5163d519-c462-4ec9-a2d5-269edcedbe6f/38546479406-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5163d519-c462-4ec9-a2d5-269edcedbe6f/38546479406-250.jpg",
    "song": "Let in Outside",
    "track_id": null,
    "recording_id": "7f09cb78-93e7-4255-a880-fb504d3baf57",
    "artist": "The Bures Band",
    "artist_ids": [
        "78d93b3b-12de-474f-a2ef-bb579c6a2325"
    ],
    "album": "Birds Nest",
    "release_id": null,
    "release_group_id": "94b6045a-1c1f-4e0c-8c57-d27d7a785ea9",
    "labels": [
        "We, Here and Now!"
    ],
    "label_ids": [
        "0d624575-b5ca-43e7-965d-a48119ed8311"
    ],
    "release_date": "2023-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perth, Australia band doing their version of 1960s and 1970s Americana, folk rock and blues music. \nhttps://theburesband.bandcamp.com/album/birds-nest",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}