Information about plays

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

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

{
    "id": 3539540,
    "uri": "https://api.kexp.org/v2/plays/3539540/?format=api",
    "airdate": "2025-08-13T09:31:13-07:00",
    "show": 64277,
    "show_uri": "https://api.kexp.org/v2/shows/64277/?format=api",
    "image_uri": "https://ia903209.us.archive.org/34/items/mbid-d5a5976d-e90c-3ea6-aa9d-1746181342a3/mbid-d5a5976d-e90c-3ea6-aa9d-1746181342a3-26867552538_thumb500.jpg",
    "thumbnail_uri": "https://ia903209.us.archive.org/34/items/mbid-d5a5976d-e90c-3ea6-aa9d-1746181342a3/mbid-d5a5976d-e90c-3ea6-aa9d-1746181342a3-26867552538_thumb250.jpg",
    "song": "Enola Gay",
    "track_id": "5786afdc-443f-4139-b24b-178d1a665b57",
    "recording_id": "ee0160f7-4b10-45ed-aaa0-4abbac8be3e1",
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Organisation",
    "release_id": "ca1a3422-9af9-423d-a57c-20aa04e40b88",
    "release_group_id": "cff0ea94-bf45-3712-8ce8-238fd3c5d13f",
    "labels": [
        "Dindisc"
    ],
    "label_ids": [
        "227d9de7-0688-405e-8a4a-0a23ee712bae"
    ],
    "release_date": "1980-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morning?!? If you could play something from OMD, Big Audio Dynamite or Jorja Smith (lucky enough to see her play live last week at your studio, thanks to my super cool cousin.) Thank you. \nMary \n==\nEnola Gay has only been sampled in 20 songs. You win, Yazoo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}