Information about plays

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

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

{
    "id": 3657130,
    "uri": "https://api.kexp.org/v2/plays/3657130/?format=api",
    "airdate": "2026-05-20T06:42:26-07:00",
    "show": 66765,
    "show_uri": "https://api.kexp.org/v2/shows/66765/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-a7c286df-f241-4dfd-aaf2-2bf38f1ce99d/mbid-a7c286df-f241-4dfd-aaf2-2bf38f1ce99d-10519306392_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-a7c286df-f241-4dfd-aaf2-2bf38f1ce99d/mbid-a7c286df-f241-4dfd-aaf2-2bf38f1ce99d-10519306392_thumb250.jpg",
    "song": "Slave to the Rhythm",
    "track_id": "3822018a-f530-3fae-a4da-2151035db491",
    "recording_id": "b6663aff-9c11-484a-a9b1-3e02418ef11c",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Island Life",
    "release_id": "a7c286df-f241-4dfd-aaf2-2bf38f1ce99d",
    "release_group_id": "e70bbd60-3144-3d4e-99d1-9e2dba4a39a0",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request by Dave in the UK!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}