Information about plays

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

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

{
    "id": 3561962,
    "uri": "https://api.kexp.org/v2/plays/3561962/?format=api",
    "airdate": "2025-10-06T08:18:35-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia801604.us.archive.org/2/items/mbid-589f9f54-1894-36ee-99e1-a4733a860a12/mbid-589f9f54-1894-36ee-99e1-a4733a860a12-9518501268_thumb500.jpg",
    "thumbnail_uri": "https://ia601604.us.archive.org/2/items/mbid-589f9f54-1894-36ee-99e1-a4733a860a12/mbid-589f9f54-1894-36ee-99e1-a4733a860a12-9518501268_thumb250.jpg",
    "song": "Velvet Roof",
    "track_id": "6a15d5e3-fb1e-3483-833a-2a99a129a9af",
    "recording_id": "e94390ee-1b89-47fa-b43d-6211a2ae659e",
    "artist": "Buffalo Tom",
    "artist_ids": [
        "1159e0d0-a782-471a-9dae-93ac046eac72"
    ],
    "album": "Let Me Come Over",
    "release_id": "589f9f54-1894-36ee-99e1-a4733a860a12",
    "release_group_id": "2fba4543-b6c3-30aa-85d3-2d334dff8414",
    "labels": [
        "Ra Records"
    ],
    "label_ids": [
        "b68d6767-c34a-49ab-9ef2-d2d64a9e7d5e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#601 on YOUR countdown of the greatest albums of all-time. YEP, \"The Tom.\" \n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}