Information about plays

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

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

{
    "id": 3548374,
    "uri": "https://api.kexp.org/v2/plays/3548374/?format=api",
    "airdate": "2025-09-03T10:17:53-07:00",
    "show": 64463,
    "show_uri": "https://api.kexp.org/v2/shows/64463/?format=api",
    "image_uri": "https://dn721203.ca.archive.org/0/items/mbid-a120c1d8-adb2-414a-8544-c97456e8be39/mbid-a120c1d8-adb2-414a-8544-c97456e8be39-42143792421_thumb500.jpg",
    "thumbnail_uri": "https://dn721203.ca.archive.org/0/items/mbid-a120c1d8-adb2-414a-8544-c97456e8be39/mbid-a120c1d8-adb2-414a-8544-c97456e8be39-42143792421_thumb250.jpg",
    "song": "Is It Worth It (Happy Birthday)?",
    "track_id": "fb114d79-cb64-4f3b-a358-fa387f813afc",
    "recording_id": "f5f37dc6-1e83-4b6d-8a3c-6778cbc7a7e6",
    "artist": "Cate Le Bon",
    "artist_ids": [
        "f2393e49-b791-46da-a6d7-1e9e60743405"
    ],
    "album": "Michelangelo Dying",
    "release_id": "a120c1d8-adb2-414a-8544-c97456e8be39",
    "release_group_id": "e5f299b4-29a6-4ec1-8e4e-6bf5d0660983",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}