Information about plays

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

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

{
    "id": 3545111,
    "uri": "https://api.kexp.org/v2/plays/3545111/?format=api",
    "airdate": "2025-08-26T15:36:35-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8dcdb67-d137-4fd8-bbf0-3d043e85a06f/25052815197-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8dcdb67-d137-4fd8-bbf0-3d043e85a06f/25052815197-250.jpg",
    "song": "Sun, Moon, Stars",
    "track_id": null,
    "recording_id": "bae1a751-ac4e-4ba1-bf56-95adc56e2f3e",
    "artist": "Mos Def",
    "artist_ids": [
        "f5c4c27e-5902-4fc0-adfb-7775da3d5363"
    ],
    "album": "True Magic",
    "release_id": null,
    "release_group_id": "a30287c1-5582-3cef-9f0c-5c30468a8896",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2006-12-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to William in Dallas!\n---\nDante Terrell Smith, who uses the stage names Mos Def and Yasiin Bey, is an American rapper, singer, songwriter, and actor. He first gained attention in the group Urban Thermo Dynamics with his siblings, and later made guest appearances on albums by De La Soul and Da Bush Babees.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}