Information about plays

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

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

{
    "id": 3619823,
    "uri": "https://api.kexp.org/v2/plays/3619823/?format=api",
    "airdate": "2026-02-20T07:07:24-08:00",
    "show": 65981,
    "show_uri": "https://api.kexp.org/v2/shows/65981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreams of Youth",
    "track_id": "e27a7d9c-1e0c-4523-ab64-cef4696ec46d",
    "recording_id": "a28f6569-8885-40d9-a34c-5fbebed5488c",
    "artist": "Department",
    "artist_ids": [
        "a007807a-ca90-4432-b0ea-c3914f84766b"
    ],
    "album": "Audacity Files",
    "release_id": "01500055-6d61-4d95-b41d-7ef0aaccee62",
    "release_group_id": "7f23ae00-66ed-48db-8821-9c3f79b0c59d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-02-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian artist Department (Adam Kyriakou) has just shared his debut album, \"Audacity Files.\" It's described as \"a feast of plunderphonics, a homage to music’s ability to make us feel less alone. The work of a solitary talent, it shuttles between the gospel-soaked space rock of Spiritualized and something more physical, direct, and club-adjacent..\" \n--\nGo right here to purchase it:https://department.bandcamp.com/album/audacity-files",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}