Assuming event is a dictionary or alike, you could use event.get('status') to retrieve a value or a None if the key-mapping doesn't exist.
event.get('status')