<?xml version="1.0"?>
<artists>
  <artist>
    <apple_id>Test identifier 1</apple_id>
    <artist_name>Test Track Artist #1</artist_name>
    <roles>
      <role>performer</role>
    </roles>
    <primary>true</primary>
  </artist>
  <artist>
    <apple_id>Test identifier 2</apple_id>
    <artist_name>Test Track Artist #2</artist_name>
    <roles>
      <role>featuring</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <apple_id>Test identifier 3</apple_id>
    <artist_name>Test Track Artist #3</artist_name>
    <roles>
      <role>remixer</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <artist_name>David Wright</artist_name>
    <roles>
      <role>Piano</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <artist_name>Kat Osbourne</artist_name>
    <roles>
      <role>Acoustic Guitar</role>
    </roles>
    <primary>false</primary>
  </artist>
</artists>
