Information about plays

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

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

{
    "id": 3627146,
    "uri": "https://api.kexp.org/v2/plays/3627146/?format=api",
    "airdate": "2026-03-09T16:52:01-07:00",
    "show": 66139,
    "show_uri": "https://api.kexp.org/v2/shows/66139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ventura Highway",
    "track_id": null,
    "recording_id": "b2f4d46e-9e5f-4c41-afc8-f645ebd1799e",
    "artist": "America",
    "artist_ids": [
        "34cf95c7-4be9-4efd-a48a-c2ea4a0bb114"
    ],
    "album": "Homecoming",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Bros"
    ],
    "label_ids": [],
    "release_date": "1972-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The first half of the 1970s was the heyday of introspective songwriting and close-harmony singing. The band America lay at the commercial end of this movement, releasing a string of singles that earned radio play for years. The trio's debut was 'A Horse with No Name,' a Neil Young-derived, hallucinatory story-song that hit number one in the U.S. and became a worldwide smash. Further hits 'I Need You' and 'Ventura Highway' helped them win the Grammy Award for Best New Artist of 1972.\" http://tinyurl.com/4dayx73w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}