Information about plays

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

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

{
    "id": 3641408,
    "uri": "https://api.kexp.org/v2/plays/3641408/?format=api",
    "airdate": "2026-04-13T03:12:08-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://dn711100.ca.archive.org/0/items/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35-10158067235_thumb500.jpg",
    "thumbnail_uri": "https://dn711100.ca.archive.org/0/items/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35-10158067235_thumb250.jpg",
    "song": "5 8 6",
    "track_id": "ff6555a8-8840-37d0-9593-4ddd95be1e8c",
    "recording_id": "d57ed180-df7f-4d94-8bc2-8c90c695d316",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Power, Corruption & Lies",
    "release_id": "f2dd4d75-adcd-4347-93f3-4ea35f2b3b35",
    "release_group_id": "16cc9dfc-594d-3fb9-b789-3e1bfcb6f9f8",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}