Information about plays

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

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

{
    "id": 3562314,
    "uri": "https://api.kexp.org/v2/plays/3562314/?format=api",
    "airdate": "2025-10-07T10:03:05-07:00",
    "show": 64770,
    "show_uri": "https://api.kexp.org/v2/shows/64770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Channel Z",
    "track_id": "0de0fd13-1a16-46a9-83cb-39c64564a860",
    "recording_id": "0ac51893-e578-42b5-839c-de4ed5694b53",
    "artist": "The B‐52’s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Cosmic Thing",
    "release_id": "fa824bc8-81fc-4181-9913-622b5c91837f",
    "release_group_id": "1b36a363-eec6-35ba-b0ed-34a1f2f2cd82",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#461 on the countdown of your favorite albums of all time...\n---\nThis song is about a fictional radio station which is \"all static, all day.\" It's an upbeat song, but the message is serious: mass media glosses over important news by blanketing our consciousness with distraction. And this was before the Internet!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}