Information about plays

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

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

{
    "id": 3593831,
    "uri": "https://api.kexp.org/v2/plays/3593831/?format=api",
    "airdate": "2025-12-21T05:31:41-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "First Love / Late Spring",
    "track_id": "8358fddc-fbec-4e29-89a6-ee289adf3c2e",
    "recording_id": "0fccbc82-2cdc-42b6-a403-1d134f06fb78",
    "artist": "Mitski",
    "artist_ids": [
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5"
    ],
    "album": "Bury Me at Make Out Creek",
    "release_id": "9140d544-0bae-42f7-a28f-e3f2da19d492",
    "release_group_id": "cd9c3520-77bc-4109-9183-13a70f8efae8",
    "labels": [
        "Don Giovanni Records"
    ],
    "label_ids": [
        "dcea8cc5-4fc4-4f77-aeef-3e5a14863776"
    ],
    "release_date": "2014-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mitski Miyawaki, who uses the stage name Mitski, is a Japanese-American singer-songwriter known for her deep, sorrowful vocals and lyrics that resonate with listeners.\n\n2014 album with a title taken from The Simpsons: https://kexp.org/50\n\nTroy Nelson hosted Mitski - Live in the KEXP Studio in October 2018: https://youtu.be/22nLs0Omn-8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}