Information about plays

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

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

{
    "id": 3555875,
    "uri": "https://api.kexp.org/v2/plays/3555875/?format=api",
    "airdate": "2025-09-21T11:51:54-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/86782773-aeb0-4401-9cab-ae81adec008d/34125862019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86782773-aeb0-4401-9cab-ae81adec008d/34125862019-250.jpg",
    "song": "A Man Will Do Wrong",
    "track_id": null,
    "recording_id": "d97eccb1-e23e-4e73-9f9e-79db693077fc",
    "artist": "The Arcs",
    "artist_ids": [
        "a24d745c-6002-445c-bb4c-db1c9b3fdce6"
    ],
    "album": "Electrophonic Chronic",
    "release_id": null,
    "release_group_id": "4c70f53b-e992-4612-b7e3-b4ec59aba4dd",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2023-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seven years after Dan Auerbach, Leon Michels, Nick Movshon, Homer Steinweiss, and the late Richard Swift recorded their debut album, the surviving members used the early sessions for inspiration for their follow-up album.\nhttps://thearcsofficial.bandcamp.com/album/electrophonic-chronic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}