Information about plays

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

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

{
    "id": 3552714,
    "uri": "https://api.kexp.org/v2/plays/3552714/?format=api",
    "airdate": "2025-09-13T22:18:31-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wedgewood",
    "track_id": null,
    "recording_id": null,
    "artist": "Solid Statesmen",
    "artist_ids": [],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bag of Hammers"
    ],
    "label_ids": [
        "d242cd68-5af8-4d31-8601-36a2160c1661"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Song about the Seattle neighborhood, Wedgewood.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}