Information about plays

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

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

{
    "id": 3583658,
    "uri": "https://api.kexp.org/v2/plays/3583658/?format=api",
    "airdate": "2025-11-27T12:39:42-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Custard Pie",
    "track_id": "d5bd521a-a111-3a10-b232-ebc086243904",
    "recording_id": "a113d682-a6b1-41c1-a69e-d6b3afdda185",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Physical Graffiti",
    "release_id": "01d12847-43bc-3c48-8938-125e5545e355",
    "release_group_id": "116c9490-6af4-3827-8261-2d5b1f508fe7",
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Apple Pie earlier, now Custard Pie? Must be Thanksgiving in the US.\n\nCustard Pie going out to all the bakers and cooks today! Here's an interview with Jimmy Page on the \"Swagger\" of the album and how the band created a masterpiece: https://tinyurl.com/ykj9uar3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}