Information about plays

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

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

{
    "id": 3544153,
    "uri": "https://api.kexp.org/v2/plays/3544153/?format=api",
    "airdate": "2025-08-24T09:03:31-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/82f36f8a-cbc6-425b-8f45-2ecb4381cccc/21238810502-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82f36f8a-cbc6-425b-8f45-2ecb4381cccc/21238810502-250.jpg",
    "song": "Foot Stompin’ Music",
    "track_id": null,
    "recording_id": "3e44fa13-c946-4762-8f76-03437c93bd46",
    "artist": "Grand Funk Railroad",
    "artist_ids": [
        "103241b0-6adf-4b4f-9cff-5c87459f61a4"
    ],
    "album": "E Pluribus Funk",
    "release_id": null,
    "release_group_id": "ccf60b32-82a7-37cc-b4cb-33d34fc5c7c9",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Flint, Michigan band’s name was a nod to the Western Railroad company Grand Trunk Western Railroad.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}