Information about plays

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

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

{
    "id": 3532427,
    "uri": "https://api.kexp.org/v2/plays/3532427/?format=api",
    "airdate": "2025-07-27T13:52:05-07:00",
    "show": 64129,
    "show_uri": "https://api.kexp.org/v2/shows/64129/?format=api",
    "image_uri": "https://ia801909.us.archive.org/12/items/mbid-e446b85a-5ccb-477f-ba6d-783edd975c3e/mbid-e446b85a-5ccb-477f-ba6d-783edd975c3e-3817923382_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/12/items/mbid-e446b85a-5ccb-477f-ba6d-783edd975c3e/mbid-e446b85a-5ccb-477f-ba6d-783edd975c3e-3817923382_thumb250.jpg",
    "song": "Ice Cream",
    "track_id": "1a6896ac-5479-3e5d-9e0b-199db182eebe",
    "recording_id": "6ebc7a46-fb72-41ee-ab79-e7904edba1ff",
    "artist": "New Young Pony Club",
    "artist_ids": [
        "61cd6f2a-cdde-4f34-aacd-b992badcacba"
    ],
    "album": "Fantastic Playroom",
    "release_id": "e446b85a-5ccb-477f-ba6d-783edd975c3e",
    "release_group_id": "30d7396c-f06f-3f43-91bd-404347a947fc",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2007-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ICE CREAM!! https://www.youtube.com/watch?v=BhplXZByu9M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}