Information about plays

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

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

{
    "id": 3611262,
    "uri": "https://api.kexp.org/v2/plays/3611262/?format=api",
    "airdate": "2026-01-31T03:00:52-08:00",
    "show": 65798,
    "show_uri": "https://api.kexp.org/v2/shows/65798/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-7bb1ba42-1f83-3522-9ae3-c90bb960c2d8/mbid-7bb1ba42-1f83-3522-9ae3-c90bb960c2d8-2722325265_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-7bb1ba42-1f83-3522-9ae3-c90bb960c2d8/mbid-7bb1ba42-1f83-3522-9ae3-c90bb960c2d8-2722325265_thumb250.jpg",
    "song": "Spanish Heart",
    "track_id": "2d316d71-8dae-3e1e-bcf3-b251cbc8712f",
    "recording_id": "1155e9cf-6c36-42ae-a414-6f2fb131e554",
    "artist": "808 State",
    "artist_ids": [
        "36f35db0-bc09-43e7-8650-a123224943c7"
    ],
    "album": "Ex:el",
    "release_id": "7bb1ba42-1f83-3522-9ae3-c90bb960c2d8",
    "release_group_id": "802b0c50-ef1e-3c15-a830-7ed468f0565e",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1991-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bernard Sumner sings on this gloriously rapturous track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}