Information about plays

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

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

{
    "id": 3629803,
    "uri": "https://api.kexp.org/v2/plays/3629803/?format=api",
    "airdate": "2026-03-16T16:01:45-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Tribes (12\" mix)",
    "track_id": null,
    "recording_id": "7083db3d-9c92-4da4-b35d-ca623c619c49",
    "artist": "Frankie Goes to Hollywood",
    "artist_ids": [
        "c09c8263-40ef-4352-8031-e438b1ce68fc"
    ],
    "album": "12″/80s/2",
    "release_id": null,
    "release_group_id": "20d8e3c8-556b-32f6-b483-8fe43b22c77e",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "relax, two tribes is originally from Welcome to the Pleasuredome, released in 1984",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}