Information about plays

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

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

{
    "id": 3575078,
    "uri": "https://api.kexp.org/v2/plays/3575078/?format=api",
    "airdate": "2025-11-07T10:03:57-08:00",
    "show": 65045,
    "show_uri": "https://api.kexp.org/v2/shows/65045/?format=api",
    "image_uri": "https://ia804505.us.archive.org/16/items/mbid-524c5a17-1f08-4d05-8bb5-bed5735dd96e/mbid-524c5a17-1f08-4d05-8bb5-bed5735dd96e-8073215669_thumb500.jpg",
    "thumbnail_uri": "https://ia804505.us.archive.org/16/items/mbid-524c5a17-1f08-4d05-8bb5-bed5735dd96e/mbid-524c5a17-1f08-4d05-8bb5-bed5735dd96e-8073215669_thumb250.jpg",
    "song": "Kicked It in the Sun",
    "track_id": "58995773-69d8-39b3-9f9d-a715cdfb3730",
    "recording_id": "0880c013-a7bc-4280-913e-a23ada30a02a",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Perfect From Now On",
    "release_id": "524c5a17-1f08-4d05-8bb5-bed5735dd96e",
    "release_group_id": "e79d22e8-bad6-4b4b-a7b1-ea62796b7eee",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-01-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built to Spill are out on tour! \n\n-San Francisco next Tuesday, Wednesday, and Thursday (November 11th, 12th, and 13th) at The Chapel\n\n-Seattle Tuesday, November 25th and Wednesday, November 26th at the Neptune Theatre\n\nMore dates: https://www.builttospill.com/home\n\nhttps://built-to-spill.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}