Information about plays

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

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

{
    "id": 3525216,
    "uri": "https://api.kexp.org/v2/plays/3525216/?format=api",
    "airdate": "2025-07-10T15:54:36-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sporco ma distinto",
    "track_id": null,
    "recording_id": "54b9d18a-d5a5-4ddc-8e8e-d1df3c37d18c",
    "artist": "Ennio Morricone",
    "artist_ids": [
        "a16e47f5-aa54-47fe-87e4-bb8af91a9fdd"
    ],
    "album": "Le Ruffian",
    "release_id": null,
    "release_group_id": "c4872dbb-9627-3abe-bc38-310eb408ceb3",
    "labels": [
        "GDM"
    ],
    "label_ids": [
        "fe212634-7fef-4576-8be6-c10f5368ff54"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ruffian is a 1983 French-Canadian crime adventure film written and directed by José Giovanni and starring Lino Ventura, Bernard Giraudeau and Claudia Cardinale.\nA 60-year-old adventurer and an injured former race car driver assemble a team to find cases of gold buried in a northern Canadian river.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}