I have a cross-sectional dataset in which, for each participant, I know their total exposure time and whether they experienced an event during their exposure time (1/0). However, I do not observe the time at which they experienced the event. So for instance, if I had a participant with 14 months of exposure time who experienced an event, I know they had that event sometime between 0 and 14 months of exposure but I don't know when.
It seems to me that if I had a bunch of participants with a particular exposure time (say, 10 months), then the proportion of those participants who did not have an event would be an estimate of the Kaplan-Meier curve at 10 months of exposure. This seems to suggest that some sort of smoothing estimate (e.g. LOESS smoothing) could estimate a Kaplan-Meier curve from my data -- the data being smoothed here would take x values of the exposure times and y-values of 1 for event-free participants and 0 for participants with events. A clear downside to smoothing is that the estimate is not guaranteed to be monotone.
Are there standard approaches that can be used to estimate a Kaplan-Meier curve with this sort of data?