Information about plays

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

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

{
    "id": 3622071,
    "uri": "https://api.kexp.org/v2/plays/3622071/?format=api",
    "airdate": "2026-02-25T10:39:21-08:00",
    "show": 66027,
    "show_uri": "https://api.kexp.org/v2/shows/66027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "10 Mile Stereo",
    "track_id": "2e172e7a-d41c-3835-9ee0-8309e8783727",
    "recording_id": "5de6191a-5eca-4bc6-b57b-1a2b291ab843",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Teen Dream",
    "release_id": "2f10b5af-3944-4792-8027-05a194477caa",
    "release_group_id": "4114f899-a9d2-48a8-b597-8a5ca8bb6847",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Baltimore-based band recorded this in upstate New York, in a converted church called Dreamland with producer/engineer Chris Coady (who has worked with TV on the Radio, Yeah Yeah Yeahs, Blonde Redhead, and a bunch of others) 'Teen Dream' is the third album from the Baltimore-based duo Beach House, and their Sub Pop debut. https://beachhouse.bandcamp.com/album/teen-dream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}