Information about plays

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

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

{
    "id": 3636275,
    "uri": "https://api.kexp.org/v2/plays/3636275/?format=api",
    "airdate": "2026-04-01T03:21:09-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn721509.ca.archive.org/0/items/mbid-6cde22f9-e946-4e96-beb0-40817ee65a06/mbid-6cde22f9-e946-4e96-beb0-40817ee65a06-5090261425_thumb500.jpg",
    "thumbnail_uri": "https://dn721509.ca.archive.org/0/items/mbid-6cde22f9-e946-4e96-beb0-40817ee65a06/mbid-6cde22f9-e946-4e96-beb0-40817ee65a06-5090261425_thumb250.jpg",
    "song": "Wash Jones",
    "track_id": "2b1acd58-64e5-3758-923f-ba75b09354e9",
    "recording_id": "8bb8d321-3fbd-4306-9932-a9fa3dbe85cb",
    "artist": "Squirrel Nut Zippers",
    "artist_ids": [
        "31810c40-932a-4f2d-8cfd-17849844e2a6"
    ],
    "album": "The Inevitable",
    "release_id": "6cde22f9-e946-4e96-beb0-40817ee65a06",
    "release_group_id": "0eac6659-d590-3eb7-8c13-ed8b3fdf4ef7",
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1995-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}