Information about plays

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

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

{
    "id": 3633835,
    "uri": "https://api.kexp.org/v2/plays/3633835/?format=api",
    "airdate": "2026-03-26T09:46:04-07:00",
    "show": 66283,
    "show_uri": "https://api.kexp.org/v2/shows/66283/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-e3e0ac03-0525-35b1-9fed-5c9d0157bcbd/mbid-e3e0ac03-0525-35b1-9fed-5c9d0157bcbd-2703394141_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-e3e0ac03-0525-35b1-9fed-5c9d0157bcbd/mbid-e3e0ac03-0525-35b1-9fed-5c9d0157bcbd-2703394141_thumb250.jpg",
    "song": "You’ve Got to Hide Your Love Away",
    "track_id": "d4b09d78-d928-3d5c-9c8b-08374bdd1d13",
    "recording_id": "c4de7264-2d02-49d9-ab8d-c89ce568f963",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Help!",
    "release_id": "e3e0ac03-0525-35b1-9fed-5c9d0157bcbd",
    "release_group_id": "0d44e1cb-c6e0-3453-8b68-4d2082f05421",
    "labels": [
        "Apple Records",
        "Parlophone",
        "Capitol Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written and sung by John Lennon:\n\n\"That's me in my Dylan period again. I am like a chameleon, influenced by whatever is going on. If Elvis can do it, I can do it. If the Everly Brothers can do it, me and Paul can. Same with Dylan.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}