Information about plays

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

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

{
    "id": 3638533,
    "uri": "https://api.kexp.org/v2/plays/3638533/?format=api",
    "airdate": "2026-04-06T07:15:34-07:00",
    "show": 66382,
    "show_uri": "https://api.kexp.org/v2/shows/66382/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Standing Outside a Broken Phone Booth With Money in My Hand",
    "track_id": "89a0fd05-feb6-3438-acb9-b06feea3326f",
    "recording_id": "93e87a21-a358-4149-b01e-5f598efac25f",
    "artist": "Primitive Radio Gods",
    "artist_ids": [
        "2c7b3a60-86dd-4733-9c12-30b21b530280"
    ],
    "album": "Rocket",
    "release_id": "4e0383b3-ca53-4e2e-b4f3-6973d09d7f22",
    "release_group_id": "629550ab-2dfb-3f3c-a0f5-019d7092eac6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released on the soundtrack for The Cable Guy (1996). The chorus has a sample from the 1964 B.B. King song \"How Blue Can You Get.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}