Information about plays

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

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

{
    "id": 3656299,
    "uri": "https://api.kexp.org/v2/plays/3656299/?format=api",
    "airdate": "2026-05-18T07:04:33-07:00",
    "show": 66749,
    "show_uri": "https://api.kexp.org/v2/shows/66749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mt. Saint Helens Explodes",
    "track_id": null,
    "recording_id": null,
    "artist": "KOMO News (Seattle)",
    "artist_ids": [],
    "album": "News Report",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KOMO"
    ],
    "label_ids": [],
    "release_date": "1980-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1980, the Mount St. Helens volcano in Washington state erupted, killing 57 people.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}