Information about plays

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

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

{
    "id": 3595484,
    "uri": "https://api.kexp.org/v2/plays/3595484/?format=api",
    "airdate": "2025-12-24T18:29:05-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Linus and Lucy (live)",
    "track_id": "410a9a13-79a5-3162-9b50-620e65059b4c",
    "recording_id": "0af7fb5e-5570-4e7d-bba5-dd208d4d9722",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Sabonis Tracks",
    "release_id": "51d8969e-f1f0-4705-ad6b-db395dea6355",
    "release_group_id": "87242cdd-da3e-34ce-97b6-58bc573e1079",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Right in time for the holidays - This is Built to Spill's take on the jazz composition written by Vince Guaraldi. The song was first heard on \"A Charlie Brown Christmas\" and was later used on other Peanuts TV specials. The piano instrumental now serves as the unofficial Peanuts theme song. https://www.builttospill.com/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}