Information about plays

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

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

{
    "id": 3549764,
    "uri": "https://api.kexp.org/v2/plays/3549764/?format=api",
    "airdate": "2025-09-06T21:26:02-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/731038d1-7b0a-45c7-8db2-484595586c69/18694231700-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/731038d1-7b0a-45c7-8db2-484595586c69/18694231700-250.jpg",
    "song": "Get Away",
    "track_id": null,
    "recording_id": "0c2eaae2-0d65-482b-8abb-b98084307e37",
    "artist": "Flipper",
    "artist_ids": [
        "4e99b3a5-654b-43ee-a9bf-c55c155c0495"
    ],
    "album": "Sex Bomb Baby",
    "release_id": null,
    "release_group_id": "a12cec83-d442-36cb-a985-5397950cd152",
    "labels": [
        "Water"
    ],
    "label_ids": [
        "315653ce-0008-4aff-9811-bb886ff9b8f8"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Loose joined Flipper shortly after their 1979 formation, replacing original singer Ricky Williams. He split bass and vocal duties with Will Shatter until Shatter's death in 1987, and stayed with Flipper until stepping away in 2015. Since Loose's departure, David Yow (The Jesus Lizard) has handled vocals.\n\nhttps://lambgoat.com/news/49464/flipper-vocalist-bruce-loose-calderwood-dead-at-66-from-heart-attack/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}