Information about plays

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

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

{
    "id": 3634255,
    "uri": "https://api.kexp.org/v2/plays/3634255/?format=api",
    "airdate": "2026-03-27T12:04:53-07:00",
    "show": 66292,
    "show_uri": "https://api.kexp.org/v2/shows/66292/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8012e14-b390-44ae-aaf4-ba723abbef8f/1829126705-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8012e14-b390-44ae-aaf4-ba723abbef8f/1829126705-250.jpg",
    "song": "Saturday in the Park",
    "track_id": null,
    "recording_id": "42d3d744-4bb5-4488-adab-a6e666fbd33e",
    "artist": "Chicago",
    "artist_ids": [
        "3f5be744-e867-42fb-8913-5fd69e4099b5"
    ],
    "album": "Chicago V",
    "release_id": null,
    "release_group_id": "f5cd3e6c-2dd1-38ff-aeed-55af970e34ef",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1972-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, written by Robert Lamm and recorded by Chicago in 1972, was sampled by De La Soul for \"A Roller Skating Jam Named 'Saturdays'\". \n\nIn the studio version of the song, the line \"singing Italian songs\" is followed by \"Eh Cumpari\" (the title of a song made famous by Julius La Rosa in 1953), and then Italian-sounding nonsense words, rendered in the printed lyrics as \"?\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}