Information about plays

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

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

{
    "id": 3615778,
    "uri": "https://api.kexp.org/v2/plays/3615778/?format=api",
    "airdate": "2026-02-10T14:08:12-08:00",
    "show": 65897,
    "show_uri": "https://api.kexp.org/v2/shows/65897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feast on My Heart",
    "track_id": null,
    "recording_id": "10d4bd04-31fd-4b2f-8d74-98110dacfb13",
    "artist": "Pylon",
    "artist_ids": [
        "5f895285-0598-4a03-a10f-ac171746ef45"
    ],
    "album": "Gyrate",
    "release_id": null,
    "release_group_id": "29808690-9ada-4b7a-93c7-54ac97265cf1",
    "labels": [
        "Disc'Az"
    ],
    "label_ids": [
        "ce352692-57d4-4418-8947-d27e5b674102"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pylon was an American new wave/post-punk band from Athens, Georgia, United States, who were active from 1979 to 1983, 1989 to 1991, and 2004 to 2009. The band consisted of singer Vanessa Briscoe Hay, guitarist Randall Bewley, bassist Michael Lachowski, and drummer Curtis Crowe\n---\nhttps://www.instagram.com/pylon.band/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}