Information about plays

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

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

{
    "id": 3549897,
    "uri": "https://api.kexp.org/v2/plays/3549897/?format=api",
    "airdate": "2025-09-07T04:14:44-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://ia903402.us.archive.org/4/items/mbid-091860c0-afa3-4fc0-b761-ab97d8bc377e/mbid-091860c0-afa3-4fc0-b761-ab97d8bc377e-9526175719_thumb500.jpg",
    "thumbnail_uri": "https://ia803402.us.archive.org/4/items/mbid-091860c0-afa3-4fc0-b761-ab97d8bc377e/mbid-091860c0-afa3-4fc0-b761-ab97d8bc377e-9526175719_thumb250.jpg",
    "song": "Sugar Water (Coldcut remix)",
    "track_id": "95034f43-5416-374a-88be-4eae6446b576",
    "recording_id": "df3a11e5-3de8-4b34-bde2-c97107728588",
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Super Relax",
    "release_id": "c7399d24-4d15-475a-b6c1-9f9e262fd39d",
    "release_group_id": "c2c5dba8-7a5f-33fa-bd08-df742818694f",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super Relax is a nine-track EP by Cibo Matto released in 1997 featuring four remixes of the song \"Sugar Water\" from the group's debut album Viva! La Woman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}