Information about plays

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

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

{
    "id": 3563079,
    "uri": "https://api.kexp.org/v2/plays/3563079/?format=api",
    "airdate": "2025-10-09T15:15:58-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia800201.us.archive.org/27/items/mbid-6defd963-fe91-4550-b18e-82c685603c2b/mbid-6defd963-fe91-4550-b18e-82c685603c2b-28457940408_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/27/items/mbid-6defd963-fe91-4550-b18e-82c685603c2b/mbid-6defd963-fe91-4550-b18e-82c685603c2b-28457940408_thumb250.jpg",
    "song": "You’re My Best Friend",
    "track_id": "99f3fddf-3d26-34a0-9af1-f8570cf502b2",
    "recording_id": "471dc436-80be-4f06-bc8f-7e2685876cfc",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "A Night at the Opera",
    "release_id": "6defd963-fe91-4550-b18e-82c685603c2b",
    "release_group_id": "6b47c9a0-b9e1-3df9-a5e8-50a6ce0dbdbd",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1975-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#163 on our countdown...\n---\nThis was Queen's fourth album in two years and, at the time of its release, was considered an album with the most expensive production cost in the world.\n--\nThe recordings lasted about three weeks and were held in August and September 1975. During the recordings, the band used no less than four different studios.\n--\n The vocal harmonies were the hardest to record, the band members testified that they would sometimes repeat the vocal parts for 10-12 hours a day.\n\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}