Information about plays

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

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

{
    "id": 3639695,
    "uri": "https://api.kexp.org/v2/plays/3639695/?format=api",
    "airdate": "2026-04-09T02:33:29-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa952d9f-2b0d-4421-ac95-d23d454ab596/5194167522-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa952d9f-2b0d-4421-ac95-d23d454ab596/5194167522-250.jpg",
    "song": "Arroz con pollo",
    "track_id": null,
    "recording_id": "98e61266-f561-4e1e-a86f-b2da819cef16",
    "artist": "Maxwell",
    "artist_ids": [
        "d252cca8-8214-43e5-b81a-101eb4a1447e"
    ],
    "album": "Embrya",
    "release_id": null,
    "release_group_id": "4698b2ad-100f-3fab-b6b6-de2aee6f89dc",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1998-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maxwell, is an American musician, singer, songwriter, and record producer from Brooklyn, NY. He rose to prominence following the release of his debut studio album Maxwell's Urban Hang Suite (1996), which has since been cited by music critics for helping form the \"neo soul\" movement that gained popularity during the late 1990s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}