Information about plays

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

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

{
    "id": 3552715,
    "uri": "https://api.kexp.org/v2/plays/3552715/?format=api",
    "airdate": "2025-09-13T22:20:06-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Food for Thought",
    "track_id": null,
    "recording_id": "1301b1e1-0ec5-4a76-827f-ce8fe283c126",
    "artist": "Christ on a Crutch",
    "artist_ids": [
        "5c8c891c-04b5-49d1-94c2-2ed242a93df0"
    ],
    "album": "Spread Your Filth, the Doughnut and Bourbon Years",
    "release_id": null,
    "release_group_id": "84810e72-9806-314a-ba58-1beb510b493c",
    "labels": [
        "New Red Archives"
    ],
    "label_ids": [
        "99402334-289d-468a-b209-afea58d976a2"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Christ on a Crutch bassist Nate Mendel  went on to join Sunny Day Real Estate and the Foo Fighters.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}