Can I use key release events in a vim plugin?

Hi,

Is it possible to use key release in a plugin somehow?
I would like to make a plugin that is based on key releases in insert mode and so I wanted to ask if this is possible at all in the first place? Basically the goal is to make something that kind of overrides the key repeat functionality and makes something that is custom for vim.