Information about plays

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

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

{
    "id": 3556167,
    "uri": "https://api.kexp.org/v2/plays/3556167/?format=api",
    "airdate": "2025-09-22T03:19:50-07:00",
    "show": 64630,
    "show_uri": "https://api.kexp.org/v2/shows/64630/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Twilight Zone",
    "track_id": null,
    "recording_id": "871eacf0-b7fb-457e-99a6-05a406d92200",
    "artist": "The Ventures",
    "artist_ids": [
        "b2cc8903-0077-4bef-8454-ac5cef53d126"
    ],
    "album": "Tele-Ventures: The Ventures Perform the Great TV Themes",
    "release_id": null,
    "release_group_id": "d6794eee-a3e8-3382-a4ce-ae33ba8985fd",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cherokee\t\n\nVentures Guitarist Nookie Edwards was a Cherokee Native born in Navajo Nation. His family relocated to Tacoma to work on farms as a boy and that is where we would eventually lead the legendary surf guitar group, The Ventures.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}