Information about plays

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

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

{
    "id": 3557003,
    "uri": "https://api.kexp.org/v2/plays/3557003/?format=api",
    "airdate": "2025-09-24T03:04:53-07:00",
    "show": 64646,
    "show_uri": "https://api.kexp.org/v2/shows/64646/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e95396a-0cce-4c21-b950-397fee99cd5c/1304574067-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e95396a-0cce-4c21-b950-397fee99cd5c/1304574067-250.jpg",
    "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"
}