Information about plays

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

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

{
    "id": 3657415,
    "uri": "https://api.kexp.org/v2/plays/3657415/?format=api",
    "airdate": "2026-05-20T23:02:43-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f4ec151-d226-4022-b094-179add8319c8/35913824790-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f4ec151-d226-4022-b094-179add8319c8/35913824790-250.jpg",
    "song": "Spiral Bound",
    "track_id": null,
    "recording_id": "362ad090-55e7-418d-951d-d289a83f448b",
    "artist": "Dianogah",
    "artist_ids": [
        "6f17c9a6-8154-4c9b-8347-91de26843f77"
    ],
    "album": "As Seen from Above",
    "release_id": null,
    "release_group_id": "f8b738f3-d36b-39b4-8fb5-eb5a2add30c3",
    "labels": [
        "Hefty Records"
    ],
    "label_ids": [
        "349e8c1c-028c-4839-a04d-80714c09ecbe"
    ],
    "release_date": "1997-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut record from this Chicago trio.\n\nhttps://dianogah.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}