Information about plays

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

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

{
    "id": 3635623,
    "uri": "https://api.kexp.org/v2/plays/3635623/?format=api",
    "airdate": "2026-03-30T14:35:09-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://dn710705.ca.archive.org/0/items/mbid-ba188d01-907a-4b4b-86e6-9720395e3f81/mbid-ba188d01-907a-4b4b-86e6-9720395e3f81-27924668014_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/22/items/mbid-ba188d01-907a-4b4b-86e6-9720395e3f81/mbid-ba188d01-907a-4b4b-86e6-9720395e3f81-27924668014_thumb250.jpg",
    "song": "Umm Hmm",
    "track_id": "b189209b-443d-48f5-8884-5e9e2d93fe9b",
    "recording_id": "e9d2c6e5-7f12-4cdd-9825-cdde39c748a1",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "New Amerykah, Part Two (Return of the Ankh)",
    "release_id": "ba188d01-907a-4b4b-86e6-9720395e3f81",
    "release_group_id": "e9e0e792-d5b2-49a6-b8a8-00d996b0a1a5",
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2010-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Leon Ndugu Chancler's \"Take Some Time\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}