Lists all tags attached to an event.
http://api.evdb.com/rest/events/tags/list?app_key=...&id=E0-001-000213902-2
<?xml version="1.0" encoding="UTF-8"?>
<event id="E0-001-000213902-2">
<tags>
<tag id="bar">
<title>bar</title>
<owner>chuck</owner>
</tag>
<tag id="foo">
<title>foo</title>
<owner>chuck</owner>
</tag>
<tag id="sandiego">
<title>San Diego</title>
<owner>chuck</owner>
</tag>
</tags>
</event>