Information about plays

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

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

{
    "id": 3567327,
    "uri": "https://api.kexp.org/v2/plays/3567327/?format=api",
    "airdate": "2025-10-19T20:20:28-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Closer To You",
    "track_id": null,
    "recording_id": "febc5b9b-3b63-400b-bfb3-f3ba89d5cc5b",
    "artist": "Gonzalez",
    "artist_ids": [
        "de0da0bf-e603-4bef-bb30-ef231c8105c0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "PRT"
    ],
    "label_ids": [
        "77053321-ca50-42a3-aa9b-c2f23e20dc24"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British band Gonzalez released \"Closer To You\" and b-side \"Get It (Instrumental)\" in 1983.\n\t\nGonzalez was formed in 1970 by members of The Gass, Bobby Tench and Godfrey McLean. The band had a fluid line-up of sessions musicians, and some members would also turn up in Olympic Runners. Their later incarnation recorded the chart hit Haven't Stopped Dancing Yet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}