Information about plays

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

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

{
    "id": 3548877,
    "uri": "https://api.kexp.org/v2/plays/3548877/?format=api",
    "airdate": "2025-09-04T15:22:15-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3c704c0-109a-4aab-8dbe-b72116034ad2/26446039107-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d3c704c0-109a-4aab-8dbe-b72116034ad2/26446039107-250.jpg",
    "song": "Reduction",
    "track_id": null,
    "recording_id": "e8c81ba9-b5ce-4c21-a4c2-50c5d2580d86",
    "artist": "Material",
    "artist_ids": [
        "ceaf841a-60e9-4391-9e26-88b853cd4658"
    ],
    "album": "Temporary Music (1979–1981)",
    "release_id": null,
    "release_group_id": "8d4c3dc5-171a-3455-90f2-592859aa1ea1",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Material is a musical group formed in 1979 and led by bass guitarist Bill Laswell. Te first Material lineup consisted of Laswell, multi-instrumentalist Michael Beinhorn, and drummer Fred Maher, all three staples of the downtown New York City underground music scene.\nGo here to learn more about them and their discography: https://daily.bandcamp.com/lists/material-bill-laswell-list",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}