Information about plays

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

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

{
    "id": 3619312,
    "uri": "https://api.kexp.org/v2/plays/3619312/?format=api",
    "airdate": "2026-02-19T00:39:50-08:00",
    "show": 65970,
    "show_uri": "https://api.kexp.org/v2/shows/65970/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-c2b99ec3-2761-4874-bd22-8890ef358119/mbid-c2b99ec3-2761-4874-bd22-8890ef358119-3128751725_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-c2b99ec3-2761-4874-bd22-8890ef358119/mbid-c2b99ec3-2761-4874-bd22-8890ef358119-3128751725_thumb250.jpg",
    "song": "Guilford Fall (demo)",
    "track_id": "122f7d42-52cf-3eeb-9afa-97478f8e2fea",
    "recording_id": "73df38a0-797c-4e9e-844e-ae65d11b9cd3",
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "Instrument Soundtrack",
    "release_id": "c2b99ec3-2761-4874-bd22-8890ef358119",
    "release_group_id": "8525edf9-61aa-3500-8627-34ca597fed29",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1999-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}