Information about plays

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

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

{
    "id": 3596204,
    "uri": "https://api.kexp.org/v2/plays/3596204/?format=api",
    "airdate": "2025-12-26T08:57:05-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young Adult Friction",
    "track_id": "04eb1c4d-5cd5-30db-bdb7-c1fa5ac80177",
    "recording_id": "a90cd824-087b-42ae-9efe-5f7cc301259c",
    "artist": "The Pains of Being Pure at Heart",
    "artist_ids": [
        "46f4e349-ddec-4131-9367-91b630a821d0"
    ],
    "album": "The Pains of Being Pure at Heart",
    "release_id": "365de359-7c0b-4c35-a6b0-dcee8a48294c",
    "release_group_id": "e649b605-99be-3500-8c68-4ee5e5adfc1f",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2009-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pains of Being Pure at Heart are an American indie pop band from New York City, formed in 2007. \n\nhttps://thepainsofbeingpureatheart.com/\n\nThe Pains of Being Pure at Heart are reunited and going on tour next year!\n______________________\nThey'll be playing Mon, FEB 16, 2026 at The Vera Project in Seattle, WA and Fri, FEB 20, 2026 at Rickshaw Stop in San Francisco, CA!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}