Information about plays

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

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

{
    "id": 3640624,
    "uri": "https://api.kexp.org/v2/plays/3640624/?format=api",
    "airdate": "2026-04-11T06:34:42-07:00",
    "show": 66422,
    "show_uri": "https://api.kexp.org/v2/shows/66422/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-0c68616f-ac01-40ec-bffc-bf13a2b04b62/mbid-0c68616f-ac01-40ec-bffc-bf13a2b04b62-43016714779_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-0c68616f-ac01-40ec-bffc-bf13a2b04b62/mbid-0c68616f-ac01-40ec-bffc-bf13a2b04b62-43016714779_thumb250.jpg",
    "song": "95",
    "track_id": "693cc910-2947-43f9-b204-af441d698fea",
    "recording_id": "2dd67029-9256-48f8-a4c6-8fab2332fb82",
    "artist": "Yumi Zouma",
    "artist_ids": [
        "6e3252a1-397d-4bf8-b2b7-d16f7fbcb3dd"
    ],
    "album": "No Love Lost to Kindness",
    "release_id": "0c68616f-ac01-40ec-bffc-bf13a2b04b62",
    "release_group_id": "e09ca280-8be0-4c18-a816-026e17c7383d",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}