Information about plays

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

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

{
    "id": 3622513,
    "uri": "https://api.kexp.org/v2/plays/3622513/?format=api",
    "airdate": "2026-02-26T10:00:17-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Day at the Races",
    "track_id": "006ae7eb-4f48-41ce-a3ba-fc841bb20650",
    "recording_id": "72d67f3e-75f7-42fa-8fa0-4ff9a0fec187",
    "artist": "Jurassic 5 feat. Percee P & Big Daddy Kane",
    "artist_ids": [
        "8e75d270-4d53-4a4a-bc14-e3ace37ebd4e",
        "be9303c8-d2e1-4e80-9c12-0ba31436c2c7",
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Power in Numbers",
    "release_id": "a902c830-2aa9-4576-8ed2-06c5eb62eb59",
    "release_group_id": "3ec846cc-e07a-3734-836c-822d10ab10d0",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Thursday and welcome to The Midday Show. We’re coming to you live from 25th Street Recording in Oakland in support of Noise Pop 2026. Today we have local rockers Rogue Wave joining us for a Live on KEXP session today at 11am - you won’t want to miss it!\n--\n\"A Day at the Races\" contains samples of multiple elements of 1968's \"Urizen\" by David Axelrod and the vocals from 1982's \"Funky Soul Makossa\" by Nairobi, featuring Awesome Foursome.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}