How do you fetch the authors email or IP from /comments? (REST API)

As you can see in the list of fields in the documentation, where author_email is listed, some fields are only available in the edit context. You can set the context by adding ?context=edit to your request but this will require the request to be authenticated. This is to ensure that personal data is not publicly exposed.