Information about plays

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

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

{
    "id": 3569334,
    "uri": "https://api.kexp.org/v2/plays/3569334/?format=api",
    "airdate": "2025-10-24T11:23:37-07:00",
    "show": 64919,
    "show_uri": "https://api.kexp.org/v2/shows/64919/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-8b80cfca-1842-48af-8763-9a49b1f478e8/mbid-8b80cfca-1842-48af-8763-9a49b1f478e8-42254334165_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-8b80cfca-1842-48af-8763-9a49b1f478e8/mbid-8b80cfca-1842-48af-8763-9a49b1f478e8-42254334165_thumb250.jpg",
    "song": "Lump",
    "track_id": "18dd5c4b-5628-4ce1-a0e7-bf89f89e1dce",
    "recording_id": "d25304fe-4a4e-44ae-94a7-de0580b4f872",
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": "The Presidents of the United States of America",
    "release_id": "8b80cfca-1842-48af-8763-9a49b1f478e8",
    "release_group_id": "7e1728bf-1947-3ff3-bac1-a5296eed372e",
    "labels": [
        "Popllama"
    ],
    "label_ids": [
        "3686548c-cd7d-4867-8687-5aef8ffe739b"
    ],
    "release_date": "1995-03-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Presidents of the United States of America was an American alternative rock power trio band formed in Seattle in 1993. The broke up in 1998, reunited briefly in 2000, then came back together again from 2003-2015. \"Lump\" comes from their 1995 self-titled debut album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}