Information about plays

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

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

{
    "id": 3673536,
    "uri": "https://api.kexp.org/v2/plays/3673536/?format=api",
    "airdate": "2026-06-28T10:24:55-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "https://coverartarchive.org/release/1aada740-3cbd-40eb-abb9-546995a45180/1978578969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1aada740-3cbd-40eb-abb9-546995a45180/1978578969-250.jpg",
    "song": "Maybe Mexico",
    "track_id": null,
    "recording_id": "b3f15aac-c8eb-4611-a130-59a8f8e52828",
    "artist": "Jerry Jeff Walker",
    "artist_ids": [
        "3faa019a-ad91-4ddf-87d5-fdcbdfd8327c"
    ],
    "album": "Mr. Bojangles",
    "release_id": null,
    "release_group_id": "56f51f63-20f6-3133-af8f-8b5d16f4744b",
    "labels": [
        "Rhino Atlantic"
    ],
    "label_ids": [
        "ca886390-daf6-4b2a-853f-b0331827572c"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jerry Jeff Walker is an American country and folk singer-songwriter who is a leading figure in the progressive country and outlaw country music movement.\n\nhttps://jerryjeff.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}