Information about plays

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

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

{
    "id": 3543868,
    "uri": "https://api.kexp.org/v2/plays/3543868/?format=api",
    "airdate": "2025-08-23T19:06:12-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://coverartarchive.org/release/e8dda80d-4113-45d6-9fa6-dcaf430520b4/40523368969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e8dda80d-4113-45d6-9fa6-dcaf430520b4/40523368969-250.jpg",
    "song": "Chores",
    "track_id": null,
    "recording_id": "6210d2ef-2ac1-4b79-8c54-70ba87b4228f",
    "artist": "Hair Puller",
    "artist_ids": [
        "c4e61b1d-aa6f-42f9-9f5f-555ad4cad38c"
    ],
    "album": "Nadine Sampler Vol. 1",
    "release_id": null,
    "release_group_id": "0b294450-a5c6-4761-b9cd-d513df726296",
    "labels": [
        "Nadine Records"
    ],
    "label_ids": [
        "7c300cb7-e4bf-4625-af5c-649ee6056dc7"
    ],
    "release_date": "2019-11-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Portland! This song was orginally released on their debut LP Old Friend, released in 2018.\n\n\"'Old Friend'\" represents the breadth of what Hair Puller does: blistering barn-burners, chuggy rockers, and tense dissonant sludge all wrapped up in a chaotic and unavoidable package.\n\nhttps://hairpuller.bandcamp.com/album/old-friend",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}