Information about plays

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

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

{
    "id": 3522508,
    "uri": "https://api.kexp.org/v2/plays/3522508/?format=api",
    "airdate": "2025-07-04T10:20:36-07:00",
    "show": 63916,
    "show_uri": "https://api.kexp.org/v2/shows/63916/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb81fc07-40b6-3f05-8acc-c33832c6d39b/34790836023-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb81fc07-40b6-3f05-8acc-c33832c6d39b/34790836023-250.jpg",
    "song": "The American Metaphysical Circus",
    "track_id": null,
    "recording_id": "8d8dae13-b472-4bb3-92a0-468259c573d1",
    "artist": "The United States of America",
    "artist_ids": [
        "e7fbc24b-744b-4ad3-96bb-685f78d9ef09"
    ],
    "album": "The United States of America",
    "release_id": null,
    "release_group_id": "374ef16c-489b-3a3a-91f6-820827807469",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1968-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Despite releasing only one LP, the United States of America was among the most revolutionary bands of the late '60s -- grounded equally in psychedelia and the avant-garde... The United States of America was led by composer and keyboardist Joseph Byrd, a Kentucky native raised in Tucson, AZ... Despite winning a fellowship to study music at Stanford, Byrd instead relocated to New York, intrigued by the avant-garde experiments emerging from the city's downtown music scene...\"\n\nRead more here: https://tinyurl.com/wcz6tzbt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}