Information about plays

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

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

{
    "id": 3609898,
    "uri": "https://api.kexp.org/v2/plays/3609898/?format=api",
    "airdate": "2026-01-27T18:56:28-08:00",
    "show": 65771,
    "show_uri": "https://api.kexp.org/v2/shows/65771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Calling Occupants of Interplanetary Craft",
    "track_id": "672b396d-65b0-40b8-84db-bfe803864dfe",
    "recording_id": "d76ca678-f885-49c4-b9ea-3d3113bb8a58",
    "artist": "Carpenters",
    "artist_ids": [
        "4580d83b-093e-4241-91fb-2dd71f5f1f3f"
    ],
    "album": "Calling Occupants of Interplanetary Craft (The Recognized Anthem of World Contact Day)",
    "release_id": "56eccccd-b2e8-429f-96f2-59097503c96f",
    "release_group_id": "c6d35d11-8bd0-49c1-8668-a05e418376b9",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1977-09-09",
    "rotation_status": "Library",
    "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"
}