Information about plays

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

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

{
    "id": 3543940,
    "uri": "https://api.kexp.org/v2/plays/3543940/?format=api",
    "airdate": "2025-08-23T21:49:55-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/b5f0fa85-d26b-4743-8eed-d31bf32f7646/31117734740-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b5f0fa85-d26b-4743-8eed-d31bf32f7646/31117734740-250.jpg",
    "song": "All Ends",
    "track_id": null,
    "recording_id": "c704b67f-efda-4147-959c-38e73d630792",
    "artist": "Heiress",
    "artist_ids": [
        "e562111b-0e86-44a3-beee-8ba88f4fb3dc"
    ],
    "album": "Distant Fires",
    "release_id": null,
    "release_group_id": "16c631a1-e2fe-42b4-a9f1-62da40d5815d",
    "labels": [
        "Satanik Royalty Records"
    ],
    "label_ids": [
        "dbcf476a-1261-4e68-bcf4-0b33a727773d"
    ],
    "release_date": "2021-12-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Heiress will be playing the Substation 10th anniversary party in Seattle along with Pallbearer, Witch Ripper, and Serial Hawk on September 6th.\n\nhttps://www.bandsintown.com/e/1035910771\nhttps://heiress.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}