Information about plays

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

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

{
    "id": 3594776,
    "uri": "https://api.kexp.org/v2/plays/3594776/?format=api",
    "airdate": "2025-12-23T06:12:05-08:00",
    "show": 65454,
    "show_uri": "https://api.kexp.org/v2/shows/65454/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In My Heart",
    "track_id": "7f665bd0-5193-3868-8bc7-f1ba30cf6571",
    "recording_id": "e47dacc4-dabc-4a39-b3aa-624ea8208fb4",
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "18",
    "release_id": "1b9b0a6b-5c89-3c43-8f1f-0eb1c18eb56f",
    "release_group_id": "f83ca650-ae20-3347-ba06-5eaa9ab163af",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2002-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby is an American musician, songwriter, singer, producer, and animal rights activist. He has sold 20 million records worldwide. \nAllMusic considers him to be \"among the most important dance music figures of the early 1990s, helping bring dance music to a mainstream audience both in the United Kingdom and the United States\" \n\nCheck 'em out here: https://moby.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}