Patch Recap -- Can we access the PLAY RECAP data?

Hello, I am running a playbook and would like to know the name of the object where I can access the PLAY RECAP statuses/return code.

For example here:

PLAY RECAP *********************************************************************
host1 : ok=10 changed=3 unreachable=0 failed=0
host2 : ok=10 changed=3 unreachable=0 failed=0
host3 : ok=10 changed=3 unreachable=0 failed=0
host4 : ok=10 changed=3 unreachable=0 failed=0
host5 : ok=10 changed=3 unreachable=0 failed=0
host6 : ok=10 changed=3 unreachable=0 failed=0
host7 : ok=10 changed=3 unreachable=0 failed=0

I want to insert the information into a table so I can query later. Is there a way to access this?

​where? currently it is built in the callback, those plugins do not have any way to feed data elsewhere.​