Information about plays

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

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

{
    "id": 3613400,
    "uri": "https://api.kexp.org/v2/plays/3613400/?format=api",
    "airdate": "2026-02-05T05:04:07-08:00",
    "show": 65844,
    "show_uri": "https://api.kexp.org/v2/shows/65844/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-531ad1a1-8085-4c9c-b498-e9af263024ed/mbid-531ad1a1-8085-4c9c-b498-e9af263024ed-43699769000_thumb500.jpg",
    "thumbnail_uri": "https://ia801708.us.archive.org/17/items/mbid-531ad1a1-8085-4c9c-b498-e9af263024ed/mbid-531ad1a1-8085-4c9c-b498-e9af263024ed-43699769000_thumb250.jpg",
    "song": "That Boy of Mine",
    "track_id": "aabb9f54-1f6f-4e6c-a5ad-afa4b3331973",
    "recording_id": "5df16c66-f7e8-46e0-b3d8-0e0f94a402d5",
    "artist": "The Cover Girls",
    "artist_ids": [
        "6bd8c926-3135-4d0c-acd6-8dd42fec3661"
    ],
    "album": "Show Me",
    "release_id": "531ad1a1-8085-4c9c-b498-e9af263024ed",
    "release_group_id": "890a0a59-848a-345c-b8db-d76f116660c7",
    "labels": [
        "Bellaphon"
    ],
    "label_ids": [
        "1ac5a039-2a23-4d9c-b6de-77ca249ea368"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 1987 song \"That Boy of Mine\" by The Cover Girls features a deliberate, high-energy homage to the iconic \"Be My Baby\" drum beat, which was famously pioneered by session drummer Hal Blaine for The Ronettes in 1963.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}