Information about plays

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

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

{
    "id": 3601767,
    "uri": "https://api.kexp.org/v2/plays/3601767/?format=api",
    "airdate": "2026-01-08T08:45:51-08:00",
    "show": 65594,
    "show_uri": "https://api.kexp.org/v2/shows/65594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fame",
    "track_id": "18217811-9191-3ecb-b81b-4e7e7c12a77d",
    "recording_id": "04c5d4a8-b6b7-4421-81ab-e5efb52d9197",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Young Americans",
    "release_id": "c51d245c-a249-37a5-99c3-43c86044bf17",
    "release_group_id": "8c2a0eae-1359-3577-9127-e3d862acc2a2",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Lennon came up with the title and also sang the background \"Fame\" parts in the high voice. They started working on the song when Bowie invited Lennon to the studio, and Lennon played rhythm guitar on a jam session that resulted in this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}