Alright. I took the advice you both gave me and added the query to the Serializer. This does the job.
My only hangup is that I couldn't find a way to get the user_id from the event. So I wound up pulling it from the database using a separate query with the username.
Is there a better way to do this?