Information about plays

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

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

{
    "id": 3648042,
    "uri": "https://api.kexp.org/v2/plays/3648042/?format=api",
    "airdate": "2026-04-28T23:14:56-07:00",
    "show": 66578,
    "show_uri": "https://api.kexp.org/v2/shows/66578/?format=api",
    "image_uri": "https://dn711006.ca.archive.org/0/items/mbid-bd799040-0643-462e-a3d9-0e96517bf067/mbid-bd799040-0643-462e-a3d9-0e96517bf067-11998967966_thumb500.jpg",
    "thumbnail_uri": "https://dn711006.ca.archive.org/0/items/mbid-bd799040-0643-462e-a3d9-0e96517bf067/mbid-bd799040-0643-462e-a3d9-0e96517bf067-11998967966_thumb250.jpg",
    "song": "Let It Live",
    "track_id": "92451e93-228d-4be1-9b2c-1ae2f7f8a97c",
    "recording_id": "af1a353d-9388-4aa7-97fb-28f271b838c7",
    "artist": "Fuzz",
    "artist_ids": [
        "1625819f-79d7-4787-b2fb-0e0c260bac85"
    ],
    "album": "II",
    "release_id": "bd799040-0643-462e-a3d9-0e96517bf067",
    "release_group_id": "7bf1442b-2723-4f0f-845c-46ef4eff5daf",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}