Information about plays

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

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

{
    "id": 3521675,
    "uri": "https://api.kexp.org/v2/plays/3521675/?format=api",
    "airdate": "2025-07-02T14:33:40-07:00",
    "show": 63900,
    "show_uri": "https://api.kexp.org/v2/shows/63900/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a8e4be7-fb6c-4802-b0bd-5e04664ae93f/37195524574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a8e4be7-fb6c-4802-b0bd-5e04664ae93f/37195524574-250.jpg",
    "song": "Calling Occupants of Interplanetary Craft",
    "track_id": null,
    "recording_id": "d76ca678-f885-49c4-b9ea-3d3113bb8a58",
    "artist": "Carpenters",
    "artist_ids": [
        "4580d83b-093e-4241-91fb-2dd71f5f1f3f"
    ],
    "album": "Passage",
    "release_id": null,
    "release_group_id": "0a894864-3a05-301f-a7a4-ac4af8a48b0f",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1977-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was originally written and performed by Canadian band Klaatu. It talked about World Contact Day, when persons  would attempt to collectively send out a telepathic message to visitors from outer space. \nAfter The Carpenters covered it, they received requests about World Contact Day. The Carpenters had a TV special, \"The Carpenters....Space Encounters.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}