Information about plays

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

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

{
    "id": 3635012,
    "uri": "https://api.kexp.org/v2/plays/3635012/?format=api",
    "airdate": "2026-03-29T05:57:20-07:00",
    "show": 66309,
    "show_uri": "https://api.kexp.org/v2/shows/66309/?format=api",
    "image_uri": "https://ia600207.us.archive.org/15/items/mbid-972d15d4-dffb-4af8-9986-42efc64ca4d8/mbid-972d15d4-dffb-4af8-9986-42efc64ca4d8-38099527332_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-972d15d4-dffb-4af8-9986-42efc64ca4d8/mbid-972d15d4-dffb-4af8-9986-42efc64ca4d8-38099527332_thumb250.jpg",
    "song": "Look on the Bright Side of Life (All Things Dull and Ugly)",
    "track_id": "d3afc0ea-8c3e-479f-9ee6-62d2b69d8747",
    "recording_id": "1247b7f6-a50c-49b2-a8d5-28bb29af665c",
    "artist": "Monty Python",
    "artist_ids": [
        "4a5c8526-f8ec-43f1-97af-49722ad88394"
    ],
    "album": "Monty Python’s Life of Brian (original motion picture soundtrack)",
    "release_id": "972d15d4-dffb-4af8-9986-42efc64ca4d8",
    "release_group_id": "84613f49-2be3-3d31-aa81-c6ccc4547dd1",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Eric Idle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}