Information about plays

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

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

{
    "id": 3631812,
    "uri": "https://api.kexp.org/v2/plays/3631812/?format=api",
    "airdate": "2026-03-21T05:57:05-07:00",
    "show": 66238,
    "show_uri": "https://api.kexp.org/v2/shows/66238/?format=api",
    "image_uri": "https://ia801500.us.archive.org/1/items/mbid-e1e6ff6f-a612-3004-866d-7ef7319ed602/mbid-e1e6ff6f-a612-3004-866d-7ef7319ed602-6322784267_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-e1e6ff6f-a612-3004-866d-7ef7319ed602/mbid-e1e6ff6f-a612-3004-866d-7ef7319ed602-6322784267_thumb250.jpg",
    "song": "Rapture",
    "track_id": "e7c3c0d7-6ad7-3bd0-b95a-f12accd4bf39",
    "recording_id": "a5700d80-266d-4abb-94fa-b976288ce5b9",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Autoamerican",
    "release_id": "e1e6ff6f-a612-3004-866d-7ef7319ed602",
    "release_group_id": "57b5b8e5-f402-3406-af89-01c92cda5217",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debbie Harry name-checks Grandmaster Flash in the lyrics (\"Flash is fast, Flash is cool\". The Jungle Brothers sampled Grandmaster Flash and the Furious Five's 1982 classic \"The Message\" for their song \"Straight Out the Jungle\" . The sample is primarily heard in the hook, where the line \"It's like a jungle sometimes\". We did it, 6 degrees!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}