Information about plays

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

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

{
    "id": 3617278,
    "uri": "https://api.kexp.org/v2/plays/3617278/?format=api",
    "airdate": "2026-02-14T06:55:25-08:00",
    "show": 65929,
    "show_uri": "https://api.kexp.org/v2/shows/65929/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-a8f0fade-f62b-46c8-a2f6-c0801b989838/mbid-a8f0fade-f62b-46c8-a2f6-c0801b989838-35909199194_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-a8f0fade-f62b-46c8-a2f6-c0801b989838/mbid-a8f0fade-f62b-46c8-a2f6-c0801b989838-35909199194_thumb250.jpg",
    "song": "104 Degrees",
    "track_id": "366b3f04-9475-443b-86f4-657e9b23943f",
    "recording_id": "3f1a533f-d8b8-4723-89fd-a7d35ea8f7c2",
    "artist": "Slaughter Beach, Dog",
    "artist_ids": [
        "9969f247-ce03-4b25-927f-c00c51ecedbe"
    ],
    "album": "Motorcycle.jpg",
    "release_id": "a8f0fade-f62b-46c8-a2f6-c0801b989838",
    "release_group_id": "d02d1325-d19b-481e-9abe-a0803b4afded",
    "labels": [
        "Lame-O Records"
    ],
    "label_ids": [
        "8abf1ffc-dc27-4d93-a7ec-73cbaa08e65c"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}