Information about plays

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

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

{
    "id": 3635472,
    "uri": "https://api.kexp.org/v2/plays/3635472/?format=api",
    "airdate": "2026-03-30T06:10:14-07:00",
    "show": 66319,
    "show_uri": "https://api.kexp.org/v2/shows/66319/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-833cd8ce-3748-4a8f-80f5-5c31d9bcb261/mbid-833cd8ce-3748-4a8f-80f5-5c31d9bcb261-36326610403_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-833cd8ce-3748-4a8f-80f5-5c31d9bcb261/mbid-833cd8ce-3748-4a8f-80f5-5c31d9bcb261-36326610403_thumb250.jpg",
    "song": "Rhiannon",
    "track_id": "3e3e37b9-1781-3283-b0fa-327b6db232b6",
    "recording_id": "8d99aab3-a64c-4bfa-9bdf-1dc72a9e9fb1",
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Fleetwood Mac",
    "release_id": "833cd8ce-3748-4a8f-80f5-5c31d9bcb261",
    "release_group_id": "6b5d9bf1-f496-34b5-9488-7df2533d6208",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1975-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Nicks discovered the Rhiannon character in the early 1970s through a novel called Triad by Mary Bartlet Leader. The novel is about a woman named Branwen who is possessed by a witch named Rhiannon. She often introduced the song live by saying \"This is a song about an old Welsh witch.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}