Information about plays

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

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

{
    "id": 3638949,
    "uri": "https://api.kexp.org/v2/plays/3638949/?format=api",
    "airdate": "2026-04-07T06:14:19-07:00",
    "show": 66389,
    "show_uri": "https://api.kexp.org/v2/shows/66389/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Approximately Infinite Universe",
    "track_id": "d1728571-86db-3c30-bb9e-3e025d4d024c",
    "recording_id": "3c049f3c-3cc3-49c3-8dfe-b374256b3e1a",
    "artist": "Yoko Ono",
    "artist_ids": [
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Onobox",
    "release_id": "57300b8c-b8c5-44e9-b919-713d1e22b1a8",
    "release_group_id": "cffdf4a1-9a8e-34a3-b865-b7f5d86758bd",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yoko Ono’s 1973 double album, Approximately Infinite Universe, marked a significant shift from her earlier avant-garde experiments toward a more accessible, feminist-driven rock sound. Decades later, it became a focal point of her 1992 career-spanning collection, Onobox, which helped reassess her musical legacy.\n\nhttps://www.imaginepeace.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}