Information about plays

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

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

{
    "id": 3569949,
    "uri": "https://api.kexp.org/v2/plays/3569949/?format=api",
    "airdate": "2025-10-25T20:54:52-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Das Modell",
    "track_id": null,
    "recording_id": "f6dc2f96-71a9-4ac4-8247-eac1a7cbf098",
    "artist": "Wampire",
    "artist_ids": [
        "2625ede6-1782-4d06-b290-b1e5957c472f"
    ],
    "album": "The Hearse",
    "release_id": null,
    "release_group_id": "0113f529-dcd9-4a4d-b78d-d03b8875a9a1",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2013-03-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's Wampire covering Kraftwerk's \"Das Modell\"!\n\nhttps://www.youtube.com/watch?v=_Ggy2HjOr_o",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}