Information about plays

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

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

{
    "id": 3549776,
    "uri": "https://api.kexp.org/v2/plays/3549776/?format=api",
    "airdate": "2025-09-06T21:52:45-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/3cca59bf-8255-4acc-a959-c3f3193fac95/32611887120-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3cca59bf-8255-4acc-a959-c3f3193fac95/32611887120-250.jpg",
    "song": "Be Good, Child!",
    "track_id": null,
    "recording_id": "d8497bc6-43b7-4227-884b-0d2f40f3e030",
    "artist": "Flipper",
    "artist_ids": [
        "4e99b3a5-654b-43ee-a9bf-c55c155c0495"
    ],
    "album": "Fight",
    "release_id": null,
    "release_group_id": "db819947-7af0-46ba-974a-3c30c9ebc19e",
    "labels": [
        "MVD Audio"
    ],
    "label_ids": [
        "bf2093de-1568-4ea8-8b6a-3f4540cb903c"
    ],
    "release_date": "2009-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live at The Funhouse in Seattle\n\nRIP Bruce Loose\n\nhttps://www.stereogum.com/2322152/flipper-frontman-bruce-loose-dead-at-66/news/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}