Information about plays

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

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

{
    "id": 3640716,
    "uri": "https://api.kexp.org/v2/plays/3640716/?format=api",
    "airdate": "2026-04-11T11:40:29-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/b354bd9e-e374-456e-b46c-cdd4a0320d3d/31878222003-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b354bd9e-e374-456e-b46c-cdd4a0320d3d/31878222003-250.jpg",
    "song": "Lively Up Yourself",
    "track_id": null,
    "recording_id": "828d6675-afed-4e6d-9589-2316d877f001",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "The Best of Bob Marley: 35 Greatest Hits",
    "release_id": null,
    "release_group_id": "08bf550e-946f-331e-9cb4-4f4073c135e9",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}