Information about plays

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

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

{
    "id": 3568349,
    "uri": "https://api.kexp.org/v2/plays/3568349/?format=api",
    "airdate": "2025-10-22T03:42:20-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-d6c7c40a-0a43-44bf-939d-c622609de6bc/mbid-d6c7c40a-0a43-44bf-939d-c622609de6bc-32711426176_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-d6c7c40a-0a43-44bf-939d-c622609de6bc/mbid-d6c7c40a-0a43-44bf-939d-c622609de6bc-32711426176_thumb250.jpg",
    "song": "Slow Bus Movin’ (Howard Beach Party)",
    "track_id": "a96df46b-8dd3-328e-9b9a-037324167182",
    "recording_id": "9395252e-7ef2-436a-9cd6-a82734ee51b0",
    "artist": "Fishbone",
    "artist_ids": [
        "9f3764c0-c9f4-4e20-b7a8-9993124fb1b2"
    ],
    "album": "Truth and Soul",
    "release_id": "94291b63-609c-4f81-916c-0e242c7369a2",
    "release_group_id": "98b3437a-6c67-34cb-bc5a-f808bb2b467c",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}