Information about plays

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

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

{
    "id": 3550811,
    "uri": "https://api.kexp.org/v2/plays/3550811/?format=api",
    "airdate": "2025-09-09T09:54:16-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2807172-c20a-4aed-a4f2-02c57ce03b6d/39706846519-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b2807172-c20a-4aed-a4f2-02c57ce03b6d/39706846519-250.jpg",
    "song": "Taxman",
    "track_id": null,
    "recording_id": "fc95bdb1-14ba-42fd-ab93-905d81b432b3",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Revolver",
    "release_id": null,
    "release_group_id": "72d15666-99a7-321e-b1f3-a3f8c09dff9f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1966-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We had Taxes now we have the Taxman!\n--\n\n“Taxman” was written by George Harrison, who had been very vocal throughout his life about his inspiration for the song “I had discovered I was paying a huge amount of money to the taxman,” he once explained in an interview. “You are so happy that you’ve finally started earning money – and then you find out about tax. In those days we paid nineteen shillings and sixpence out of every pound, and with supertax and surtax and tax-tax it was ridiculous – a heavy penalty to pay for making money…It was, and still is, typical. Why should this be so? Are we being punished for something we have forgotten to do?...That was the big turn-off for Britain. Anybody who ever made any money moved to America or somewhere else.”\n\nhttp://www.beatlesebooks.com/taxman",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}