Information about plays

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

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

{
    "id": 3549229,
    "uri": "https://api.kexp.org/v2/plays/3549229/?format=api",
    "airdate": "2025-09-05T13:10:52-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://ia801802.us.archive.org/25/items/mbid-51e47059-825e-4ac5-a92c-98fe0dff7e85/mbid-51e47059-825e-4ac5-a92c-98fe0dff7e85-28265941969_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-51e47059-825e-4ac5-a92c-98fe0dff7e85/mbid-51e47059-825e-4ac5-a92c-98fe0dff7e85-28265941969_thumb250.jpg",
    "song": "Skipjack",
    "track_id": "9f8b3b6e-8bb1-34bc-8bfa-75916102f8ed",
    "recording_id": "f538deda-9889-4d55-b492-dcd811543052",
    "artist": "Heavenly",
    "artist_ids": [
        "d1a0301e-1167-42e8-bf89-c7835e0d3485"
    ],
    "album": "The Decline and Fall of Heavenly",
    "release_id": "51e47059-825e-4ac5-a92c-98fe0dff7e85",
    "release_group_id": "ab3123a2-57ac-3884-9bf3-e90253d1dd5d",
    "labels": [
        "Sarah Records"
    ],
    "label_ids": [
        "310ed7bf-30ca-4fd2-8466-2e9f892d7273"
    ],
    "release_date": "1994-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Oxford, England the Twee Pop band Heavenly which was formed in 1989.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}