Information about plays

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

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

{
    "id": 3633459,
    "uri": "https://api.kexp.org/v2/plays/3633459/?format=api",
    "airdate": "2026-03-25T10:12:34-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paper Planes (DFA remix)",
    "track_id": "707363ab-28ac-3747-be00-c87b4662fae1",
    "recording_id": "301ee333-0367-4a83-87d8-3383c0f56581",
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Slumdog Millionaire: Music From the Motion Picture",
    "release_id": "dc01d08c-89c5-48c8-bfe0-5311387d584e",
    "release_group_id": "8190b9e6-c264-372b-b525-d32d3219d5dd",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2008-12-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A. R. Rahman composed the score for Slumdog Millionaire.\n\n“Paper Planes” famously samples Straight to Hell by The Clash.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}