Information about plays

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

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

{
    "id": 3619919,
    "uri": "https://api.kexp.org/v2/plays/3619919/?format=api",
    "airdate": "2026-02-20T12:41:56-08:00",
    "show": 65982,
    "show_uri": "https://api.kexp.org/v2/shows/65982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Roving",
    "track_id": "deb83e18-feb6-4dc3-b4de-479d557aac3d",
    "recording_id": "198b0286-aba0-4ae8-a8d7-c2b8678fb8f7",
    "artist": "Bonny Light Horseman",
    "artist_ids": [
        "b569861e-935b-434e-b521-7f77991299aa"
    ],
    "album": "Bonny Light Horseman",
    "release_id": "9ccda725-fc35-4e51-b164-98994f7aca73",
    "release_group_id": "a259fb18-a782-43e6-a40f-7517c85891dd",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Roving\" comes from the 2020 debut album from folk supergroup Bonny Light Horseman, comprised of Anais Mitchell, Eric D Johnson (Fruit Bats), and Josh Kaufman (The National/Craig Finn/Hiss Golden Messenger). \n\nhttps://www.bonnylighthorseman.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}