Information about plays

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

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

{
    "id": 3545444,
    "uri": "https://api.kexp.org/v2/plays/3545444/?format=api",
    "airdate": "2025-08-27T10:02:46-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia800507.us.archive.org/5/items/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd-13976706754_thumb500.jpg",
    "thumbnail_uri": "https://ia800507.us.archive.org/5/items/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd-13976706754_thumb250.jpg",
    "song": "Last Train to Clarksville",
    "track_id": "b7848151-d183-3786-ac8d-a830a2b5220a",
    "recording_id": "d331543c-b5db-4f74-92b1-bcaeb72f274f",
    "artist": "The Monkees",
    "artist_ids": [
        "b8549efe-f4fd-4dc0-8ef1-226e9c400233"
    ],
    "album": "Greatest Hits",
    "release_id": "bc0890e8-2bae-4b31-8357-873a44caffbd",
    "release_group_id": "db6aee89-fb19-3356-8183-bed394c08cdb",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Barry!\n\nHappy Amplifier's Love Day! We're showing our Amplifiers our love and appreciation with an ALL REQUEST DAY!\n\nSend in your requests via text to 206-903-5397 or via email at dj@kexp.org.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}