Information about plays

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

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

{
    "id": 3627703,
    "uri": "https://api.kexp.org/v2/plays/3627703/?format=api",
    "airdate": "2026-03-11T08:31:03-07:00",
    "show": 66151,
    "show_uri": "https://api.kexp.org/v2/shows/66151/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-dd7cbde9-bffc-467f-8a39-bda4ea2d0633/mbid-dd7cbde9-bffc-467f-8a39-bda4ea2d0633-4783139448_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-dd7cbde9-bffc-467f-8a39-bda4ea2d0633/mbid-dd7cbde9-bffc-467f-8a39-bda4ea2d0633-4783139448_thumb250.jpg",
    "song": "American Idiot",
    "track_id": "519bba0f-d635-466c-b804-84aad13c315c",
    "recording_id": "d3bd52f1-3d84-445b-84f5-7899de8f9340",
    "artist": "Green Day",
    "artist_ids": [
        "084308bd-1654-436f-ba03-df6697104e19"
    ],
    "album": "American Idiot",
    "release_id": "b580b2d5-f1a5-4d52-aa8e-5fb500268e78",
    "release_group_id": "de9bf827-a9b0-348b-a7c9-556c03c3fb07",
    "labels": [
        "Adeline Records"
    ],
    "label_ids": [
        "38c8c0a5-662e-4b32-b325-144ebb6ca5fc"
    ],
    "release_date": "2006-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title refers to the state of the United States at that point in time. It speaks of a nation controlled by the new, biased media, and how the singer is not part of a \"Redneck Agenda\" discontent with how things are going. It was released during the 2004 presidential campaign, where George W. Bush was re-elected. --Songfacts (https://tinyurl.com/y3hebmbt)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}