Information about plays

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

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

{
    "id": 3542476,
    "uri": "https://api.kexp.org/v2/plays/3542476/?format=api",
    "airdate": "2025-08-20T12:39:25-07:00",
    "show": 64339,
    "show_uri": "https://api.kexp.org/v2/shows/64339/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-ea7698db-ea25-4495-b088-c7262a93ae32/mbid-ea7698db-ea25-4495-b088-c7262a93ae32-42562453157_thumb500.jpg",
    "thumbnail_uri": "https://ia801808.us.archive.org/16/items/mbid-ea7698db-ea25-4495-b088-c7262a93ae32/mbid-ea7698db-ea25-4495-b088-c7262a93ae32-42562453157_thumb250.jpg",
    "song": "Cardiac",
    "track_id": "0f6d87b6-b6ff-4cd3-8148-2265212b375f",
    "recording_id": "a98a161c-ca22-4fad-8358-2f4c73824faa",
    "artist": "Pretty Bitter",
    "artist_ids": [
        "4bf387de-c305-4945-9883-fb46e8218bac"
    ],
    "album": "Pleaser",
    "release_id": "ea7698db-ea25-4495-b088-c7262a93ae32",
    "release_group_id": "af219a67-b2cf-480f-8e99-6813e76416d7",
    "labels": [
        "Tiny Engines"
    ],
    "label_ids": [
        "2610903c-f0ac-4e7c-a2ab-c50f7468a8c2"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pretty Bitter is \"emo dreampop-ish something or other in DC\"\n\nhttps://prettybitter.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}