Information about plays

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

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

{
    "id": 3627618,
    "uri": "https://api.kexp.org/v2/plays/3627618/?format=api",
    "airdate": "2026-03-11T02:31:39-07:00",
    "show": 66149,
    "show_uri": "https://api.kexp.org/v2/shows/66149/?format=api",
    "image_uri": "https://dn710404.ca.archive.org/0/items/mbid-b922626b-0f5c-4097-b457-e3b8ee1a7c08/mbid-b922626b-0f5c-4097-b457-e3b8ee1a7c08-44337705424_thumb500.jpg",
    "thumbnail_uri": "https://dn710404.ca.archive.org/0/items/mbid-b922626b-0f5c-4097-b457-e3b8ee1a7c08/mbid-b922626b-0f5c-4097-b457-e3b8ee1a7c08-44337705424_thumb250.jpg",
    "song": "Open Your Heart",
    "track_id": "6c7d97d2-fec1-3086-8246-faea5c4a918f",
    "recording_id": "8817ed4d-e7f4-42d0-b540-49663d87343b",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "True Blue",
    "release_id": "b922626b-0f5c-4097-b457-e3b8ee1a7c08",
    "release_group_id": "eb9c3e50-cfa9-3502-af63-41d39c4c3fa6",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1986-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today in 2008, Madonna was inducted into the Rock and Roll Hall of Fame at a star-studded ceremony in New York City.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}