Information about plays

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

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

{
    "id": 3626053,
    "uri": "https://api.kexp.org/v2/plays/3626053/?format=api",
    "airdate": "2026-03-06T16:07:03-08:00",
    "show": 66108,
    "show_uri": "https://api.kexp.org/v2/shows/66108/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elevate My Mind",
    "track_id": "ceefcb4f-fb09-37b6-a946-fe1aa1f40957",
    "recording_id": "ec45e2d7-44c0-4a6f-815e-1a0557a79ab2",
    "artist": "Stereo MCs",
    "artist_ids": [
        "5e0ca89b-f5a6-4034-af31-17f10ff5a7d2"
    ],
    "album": "Supernatural",
    "release_id": "dc14c34a-fbe5-40bd-8a7f-a228263485c4",
    "release_group_id": "180cda28-f90b-368f-b497-c152269427d9",
    "labels": [
        "4th & Broadway"
    ],
    "label_ids": [
        "c7c345d6-7c08-4008-918d-26a7f4acdbbd"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Longtime friends with a cosmic bond of sharing the same birthday, Nick \"The Head\" Hallam (June 11, 1962) and Rob Birch (June 11, 1963) are considered British hip-hop pioneers.\n\nTheir 1990 single \"Elevate My Mind,\" became the first British rap single ever to reach the U.S. pop charts. https://bit.ly/3tWnBpG",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}