Information about plays

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

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

{
    "id": 3667590,
    "uri": "https://api.kexp.org/v2/plays/3667590/?format=api",
    "airdate": "2026-06-13T23:03:18-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teen Age",
    "track_id": null,
    "recording_id": "0be703b1-654c-4d9b-bb4f-ea83da2ff532",
    "artist": "Smogtown",
    "artist_ids": [
        "510f5cc3-f1f5-4d1a-9e2b-d72f675e7e85"
    ],
    "album": "Führers of the New Wave",
    "release_id": null,
    "release_group_id": "b2fb525d-ecc2-4e0c-b01e-60ee45717016",
    "labels": [
        "Disaster Records"
    ],
    "label_ids": [
        "34a642c8-50d0-437c-84ae-da3fbae74b9c"
    ],
    "release_date": "2000-01-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Orange County, CA and considered one of the best punk bands to come out of the LA area in the 2000s.\n\nhttps://grosspolluter.bigcartel.com/\nhttps://www.facebook.com/people/Smogtown/100028371802126/#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}