Information about plays

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

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

{
    "id": 3657232,
    "uri": "https://api.kexp.org/v2/plays/3657232/?format=api",
    "airdate": "2026-05-20T12:41:03-07:00",
    "show": 66767,
    "show_uri": "https://api.kexp.org/v2/shows/66767/?format=api",
    "image_uri": "https://dn711108.ca.archive.org/0/items/mbid-c77ae919-c22e-4407-a5b2-5283486320d1/mbid-c77ae919-c22e-4407-a5b2-5283486320d1-45128432540_thumb500.jpg",
    "thumbnail_uri": "https://dn711108.ca.archive.org/0/items/mbid-c77ae919-c22e-4407-a5b2-5283486320d1/mbid-c77ae919-c22e-4407-a5b2-5283486320d1-45128432540_thumb250.jpg",
    "song": "Don’t Wanna Dance (Mario C mix)",
    "track_id": "5259c581-67fe-42a0-97c4-e45d5dea8d7f",
    "recording_id": "2562f357-fb86-4fa2-9119-45d0e5fa7ca1",
    "artist": "Automatic",
    "artist_ids": [
        "9b627d78-b041-4b23-bb70-3534e61afc7e"
    ],
    "album": "Don’t Wanna Dance (Mario C mix)",
    "release_id": "c77ae919-c22e-4407-a5b2-5283486320d1",
    "release_group_id": "0248acf3-7b44-44a4-b996-bd7073deaeaa",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2026-05-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Automatic are a trio from Los Angeles who play a coolly detached form of new wave/post-punk marked by driving rhythms and droning synthesizers, as heard on their 2019 debut Signal. The dystopian yet danceable Excess followed in 2022 and 2025's Is It Now? continued in this direction.\"\n\nhttps://www.allmusic.com/artist/automatic-mn0003857609#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}