Information about plays

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

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

{
    "id": 3641488,
    "uri": "https://api.kexp.org/v2/plays/3641488/?format=api",
    "airdate": "2026-04-13T08:06:56-07:00",
    "show": 66442,
    "show_uri": "https://api.kexp.org/v2/shows/66442/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-b95d0d22-92a7-46e0-bc87-c1ee14398c49/mbid-b95d0d22-92a7-46e0-bc87-c1ee14398c49-28056273117_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-b95d0d22-92a7-46e0-bc87-c1ee14398c49/mbid-b95d0d22-92a7-46e0-bc87-c1ee14398c49-28056273117_thumb250.jpg",
    "song": "Little Lies",
    "track_id": "961ccd83-31ba-4135-8e63-f35af39827a0",
    "recording_id": "bf9f470e-50ce-4540-92bb-d129fcaaaee3",
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Tango in the Night",
    "release_id": "b95d0d22-92a7-46e0-bc87-c1ee14398c49",
    "release_group_id": "680b3cd8-426b-3112-bcf3-42cd66f75fa9",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the fantastic music video for this 1987 classic here: https://www.youtube.com/watch?v=uCGD9dT12C0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}