Information about plays

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

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

{
    "id": 3554564,
    "uri": "https://api.kexp.org/v2/plays/3554564/?format=api",
    "airdate": "2025-09-18T10:23:03-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-f0384d6c-1aae-4212-bb84-1ddd7c0e3484/mbid-f0384d6c-1aae-4212-bb84-1ddd7c0e3484-26443313555_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-f0384d6c-1aae-4212-bb84-1ddd7c0e3484/mbid-f0384d6c-1aae-4212-bb84-1ddd7c0e3484-26443313555_thumb250.jpg",
    "song": "The Wait",
    "track_id": "68de1c39-0071-3a8f-9b42-0d78684350e5",
    "recording_id": "5b0a4e79-2c2d-46b8-b9b0-95a6eac119ba",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "You in Reverse",
    "release_id": "f0384d6c-1aae-4212-bb84-1ddd7c0e3484",
    "release_group_id": "bc4a482f-ed5d-3a2f-b365-c3dc48117376",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2006-04-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built To Spill has a boatload of upcoming shows with a US tour that takes them through November. See all the dates here:\nhttps://www.builttospill.com/shows\n--\nCheck out Built to Spill's most recent Live on KEXP session, recorded in 2022: https://www.youtube.com/watch?v=J5zh_eUHokc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}