Information about plays

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

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

{
    "id": 3625666,
    "uri": "https://api.kexp.org/v2/plays/3625666/?format=api",
    "airdate": "2026-03-05T16:16:16-08:00",
    "show": 66100,
    "show_uri": "https://api.kexp.org/v2/shows/66100/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Le Responsable",
    "track_id": null,
    "recording_id": "64385b4d-0b7d-4117-9bab-c396e949d191",
    "artist": "Jacques Dutronc",
    "artist_ids": [
        "a65f4f19-9f4c-4a44-906f-87aa4ceee900"
    ],
    "album": "Le Responsable",
    "release_id": null,
    "release_group_id": "8f43220d-4c9b-4438-836e-0b8cc41fda7f",
    "labels": [
        "Disques Vogue"
    ],
    "label_ids": [
        "25ed46e9-e373-4f09-927e-d56c0a2a0fdf"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jacques Dutronc is a French singer, songwriter, guitarist, composer, and actor. He's been married to singer Françoise Hardy since 1981 and is a longtime songwriting collaborator with Jacques Lanzmann. \n\"Le Responsable\" is a well-known 1969 song, featured on his album Jacques Dutronc 1970 and known for its lyrics expressing a pessimistic but honest outlook on life.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}