Information about plays

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

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

{
    "id": 3585470,
    "uri": "https://api.kexp.org/v2/plays/3585470/?format=api",
    "airdate": "2025-12-01T15:34:21-08:00",
    "show": 65263,
    "show_uri": "https://api.kexp.org/v2/shows/65263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kookies",
    "track_id": "b4ad794b-511e-3b15-86d7-2b7ac46ac35b",
    "recording_id": "b3e9a032-5580-4f1e-8544-6e219e927fb3",
    "artist": "MF DOOM",
    "artist_ids": [
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "MM..FOOD",
    "release_id": "8dc35066-e444-445a-a8c6-bb112f8bc844",
    "release_group_id": "ec84ab32-eb41-3d91-a099-7a01c72f21d2",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2004-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title itself is an anagram for MF DOOM. \"MM..FOOD\" is also famous for its unique packaging, which originally came wrapped in foil like a pop tart and had a chocolate scent.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}