Information about plays

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

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

{
    "id": 3637001,
    "uri": "https://api.kexp.org/v2/plays/3637001/?format=api",
    "airdate": "2026-04-02T20:28:25-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/a35ade35-75d6-4aff-b2c0-124ba5c2dfff/19558463392-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a35ade35-75d6-4aff-b2c0-124ba5c2dfff/19558463392-250.jpg",
    "song": "Hunnybee",
    "track_id": null,
    "recording_id": "17819800-58fc-4956-9b85-42449507ecdf",
    "artist": "Unknown Mortal Orchestra",
    "artist_ids": [
        "e2305342-0bde-4a2c-aed0-4b88694834de"
    ],
    "album": "Sex & Food",
    "release_id": null,
    "release_group_id": "83f5b7c1-3caf-4a76-a1db-156df94aaa24",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2018-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Unknown Mortal Orchestra (also known as UMO) is a New Zealand psychedelic rock band from Auckland and now based in Portland, Oregon. The band is fronted by multi-instrumentalist Ruban Nielson, assisted by his brother Kody Nielson and bassist Jacob Portrait.\n\nUnknown Mortal Orchestra stopped by the KEXP studios back in 2018 and recorded this incredible live session. Check it out at the link: https://www.youtube.com/watch?v=4Cz9_MCltHQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}