Musixmatch Scraper

ENDPOINTS
GET/artists/collaborators

Artist Collaborators

Get the songwriters and producers credited on an artist's songs, with their roles.

QUERY PARAMS

Musixmatch artist ID, artist name as it appears in musixmatch.com URLs, or any musixmatch.com artist URL.

Examples:

  • Name: Taylor-Swift
  • URL: https://www.musixmatch.com/artist/Taylor-Swift
  • ID: 259675
{
  "artist": {
    "id": 259675,
    "name": "Taylor Swift",
    "link": "https://www.musixmatch.com/artist/Taylor-Swift",
    "vanity_id": "Taylor-Swift",
    "image": "https://static.musixmatch.com/images-storage/mxmimages/8/6/4/7/4/3/54347468_2.jpg",
    "is_verified": true
  },
  "count": 132,
  "collaborators": [
    {
      "id": "0f5e2b82-143f-404c-8585-d4d711b8fea9",
      "name": "Ryan Tedder",
      "link": "https://www.musixmatch.com/creator/Ryan-Tedder-2",
      "vanity_id": "Ryan-Tedder-2",
      "stage_name": "Ryan Tedder",
      "first_name": "Ryan Benjamin",
      "last_name": "Tedder",
      "image": "https://upload.wikimedia.org/wikipedia/commons/b/bd/RyanTedderphotocall_%28cropped%29.jpg",
      "roles": [
        {
          "id": 1,
          "name": "Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 31,
          "name": "Programmer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        },
        {
          "id": 42,
          "name": "Background Vocals",
          "category": "Musician"
        },
        {
          "id": 81,
          "name": "Acoustic Guitar",
          "category": "Musician"
        },
        {
          "id": 184,
          "name": "Drum Programming",
          "category": "Musician"
        },
        {
          "id": 192,
          "name": "Electric Guitar",
          "category": "Musician"
        },
        {
          "id": 279,
          "name": "Piano",
          "category": "Musician"
        },
        {
          "id": 338,
          "name": "Synthesizer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "195a9bca-c1e0-4139-9e59-a8b61106757e",
      "name": "Taylor Alison Swift",
      "link": "https://www.musixmatch.com/creator/Taylor-Alison-Swift",
      "vanity_id": "Taylor-Alison-Swift",
      "stage_name": "Taylor Swift",
      "first_name": "Alison Taylor",
      "last_name": "Swift",
      "image": "https://upload.wikimedia.org/wikipedia/commons/b/b1/Taylor_Swift_at_the_2023_MTV_Video_Music_Awards_%283%29.png",
      "roles": [
        {
          "id": 1,
          "name": "Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 42,
          "name": "Background Vocals",
          "category": "Musician"
        },
        {
          "id": 54,
          "name": "Lead Vocals",
          "category": "Musician"
        },
        {
          "id": 64,
          "name": "Vocals",
          "category": "Musician"
        },
        {
          "id": 224,
          "name": "Handclaps",
          "category": "Musician"
        },
        {
          "id": 399,
          "name": "Performer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "015a60e5-744a-40d3-a7d8-394fff353ebc",
      "name": "Jack Michael Antonoff",
      "link": "https://www.musixmatch.com/creator/Jack-Michael-Antonoff",
      "vanity_id": "Jack-Michael-Antonoff",
      "stage_name": "Jack Antonoff",
      "first_name": "Michael Jack",
      "last_name": "Antonoff",
      "image": "https://upload.wikimedia.org/wikipedia/commons/7/75/Antonoff_at_Radio_Station.jpg",
      "roles": [
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 31,
          "name": "Programmer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        },
        {
          "id": 42,
          "name": "Background Vocals",
          "category": "Musician"
        },
        {
          "id": 81,
          "name": "Acoustic Guitar",
          "category": "Musician"
        },
        {
          "id": 107,
          "name": "Bass",
          "category": "Musician"
        },
        {
          "id": 184,
          "name": "Drum Programming",
          "category": "Musician"
        },
        {
          "id": 185,
          "name": "Drums",
          "category": "Musician"
        },
        {
          "id": 192,
          "name": "Electric Guitar",
          "category": "Musician"
        },
        {
          "id": 193,
          "name": "Electric Piano",
          "category": "Musician"
        },
        {
          "id": 238,
          "name": "Keyboards",
          "category": "Musician"
        },
        {
          "id": 255,
          "name": "Mellotron",
          "category": "Musician"
        },
        {
          "id": 267,
          "name": "Omnichord",
          "category": "Musician"
        },
        {
          "id": 278,
          "name": "Percussion",
          "category": "Musician"
        },
        {
          "id": 279,
          "name": "Piano",
          "category": "Musician"
        },
        {
          "id": 338,
          "name": "Synthesizer",
          "category": "Musician"
        },
        {
          "id": 387,
          "name": "Vocoder",
          "category": "Musician"
        },
        {
          "id": 399,
          "name": "Performer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "001bceb8-5f25-4815-a3a1-8ba0b3c83085",
      "name": "Martin Sandberg",
      "link": "https://www.musixmatch.com/creator/Martin-Sandberg",
      "vanity_id": "Martin-Sandberg",
      "stage_name": "Max Martin",
      "first_name": "Karl Martin",
      "last_name": "Sandberg",
      "image": "https://upload.wikimedia.org/wikipedia/commons/3/31/Max_Martin.jpg",
      "roles": [
        {
          "id": 1,
          "name": "Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0036984c-3690-4ebe-b781-6460f38784b8",
      "name": "Johan Karl Schuster",
      "link": "https://www.musixmatch.com/creator/Johan-Karl-Schuster",
      "vanity_id": "Johan-Karl-Schuster",
      "stage_name": "Shellback",
      "first_name": "Karl Johan",
      "last_name": "Schuster",
      "image": "https://upload.wikimedia.org/wikipedia/commons/5/51/Shellback2015.jpg",
      "roles": [
        {
          "id": 1,
          "name": "Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "03375104-affb-43eb-9ee9-21122aca26ee",
      "name": "Irving Berlin",
      "link": "https://www.musixmatch.com/creator/Irving-Berlin",
      "vanity_id": "Irving-Berlin",
      "stage_name": "Irving Berlin",
      "first_name": "Israel Israil Irving",
      "last_name": "Baline Beylin Berlin",
      "image": "https://upload.wikimedia.org/wikipedia/commons/0/05/Irving_Berlin_NYWTS.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "016c0399-0b96-47ea-86e8-9cd5013953de",
      "name": "Edward Christopher Sheeran",
      "link": "https://www.musixmatch.com/creator/Edward-Christopher-Sheeran-3",
      "vanity_id": "Edward-Christopher-Sheeran-3",
      "stage_name": "Ed Sheeran",
      "first_name": "Christopher Edward",
      "last_name": "Sheeran",
      "image": "https://upload.wikimedia.org/wikipedia/commons/c/c1/Ed_Sheeran-6886_%28cropped%29.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0eb9afef-eb54-448a-9e93-fc43a9efec55",
      "name": "Joel Little",
      "link": "https://www.musixmatch.com/creator/Joel-Little",
      "vanity_id": "Joel-Little",
      "stage_name": "Joel Little",
      "first_name": "Joel",
      "last_name": "Little",
      "image": null,
      "roles": [
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 184,
          "name": "Drum Programming",
          "category": "Musician"
        },
        {
          "id": 238,
          "name": "Keyboards",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "a65178a2-f0c9-498a-b364-c10f0e73ae06",
      "name": "Shawn Carter",
      "link": "https://www.musixmatch.com/creator/Shawn-Carter",
      "vanity_id": "Shawn-Carter",
      "stage_name": "Jay-Z",
      "first_name": "Corey Shawn",
      "last_name": "Carter",
      "image": "https://upload.wikimedia.org/wikipedia/commons/9/9c/Jay-Z_%40_Shawn_%27Jay-Z%27_Carter_Foundation_Carnival_%28crop_2%29.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "00b6706e-db66-4416-92b2-5f573d3c0484",
      "name": "Noel Patrick Zancanella",
      "link": "https://www.musixmatch.com/creator/Noel-Patrick-Zancanella",
      "vanity_id": "Noel-Patrick-Zancanella",
      "stage_name": "Noel Zancanella",
      "first_name": "Noel",
      "last_name": "Zancanella",
      "image": null,
      "roles": [
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 31,
          "name": "Programmer",
          "category": "Production"
        },
        {
          "id": 107,
          "name": "Bass",
          "category": "Musician"
        },
        {
          "id": 184,
          "name": "Drum Programming",
          "category": "Musician"
        },
        {
          "id": 338,
          "name": "Synthesizer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "031dd3f8-282c-46ec-b46c-f146bdfcd7ff",
      "name": "Imogen Jennifer Heap",
      "link": "https://www.musixmatch.com/creator/Imogen-Jennifer-Heap",
      "vanity_id": "Imogen-Jennifer-Heap",
      "stage_name": "Imogen Heap",
      "first_name": "Imogen",
      "last_name": "Heap",
      "image": "https://upload.wikimedia.org/wikipedia/commons/3/39/Web_Summit_2018_-_Centre_Stage_-_Day_2%2C_November_7_DSC_5287_%2844853624505%29_%28cropped%29.jpg",
      "roles": [
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 31,
          "name": "Programmer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        },
        {
          "id": 42,
          "name": "Background Vocals",
          "category": "Musician"
        },
        {
          "id": 185,
          "name": "Drums",
          "category": "Musician"
        },
        {
          "id": 238,
          "name": "Keyboards",
          "category": "Musician"
        },
        {
          "id": 278,
          "name": "Percussion",
          "category": "Musician"
        },
        {
          "id": 379,
          "name": "Vibraphone",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "02c5f279-2190-4d6b-b7e6-2a13066ba413",
      "name": "Patrik Jens Berger",
      "link": "https://www.musixmatch.com/creator/Patrik-Jens-Berger",
      "vanity_id": "Patrik-Jens-Berger",
      "stage_name": "Patrik Berger",
      "first_name": "Patrik Jens",
      "last_name": "Berger",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 107,
          "name": "Bass",
          "category": "Musician"
        },
        {
          "id": 219,
          "name": "Guitar",
          "category": "Musician"
        },
        {
          "id": 399,
          "name": "Performer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "0112b302-41c2-40ea-a002-35c4725f451d",
      "name": "Aaron Brooking Dessner",
      "link": "https://www.musixmatch.com/creator/Aaron-Brooking-Dessner",
      "vanity_id": "Aaron-Brooking-Dessner",
      "stage_name": "Aaron Dessner",
      "first_name": "Brooking Aaron",
      "last_name": "Dessner",
      "image": "https://upload.wikimedia.org/wikipedia/commons/a/a3/Aaron_Dessner_at_Way_Out_West_2014.jpg",
      "roles": [
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        },
        {
          "id": 107,
          "name": "Bass",
          "category": "Musician"
        },
        {
          "id": 184,
          "name": "Drum Programming",
          "category": "Musician"
        },
        {
          "id": 192,
          "name": "Electric Guitar",
          "category": "Musician"
        },
        {
          "id": 255,
          "name": "Mellotron",
          "category": "Musician"
        },
        {
          "id": 278,
          "name": "Percussion",
          "category": "Musician"
        },
        {
          "id": 279,
          "name": "Piano",
          "category": "Musician"
        },
        {
          "id": 338,
          "name": "Synthesizer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "006c0585-520c-4a1a-acee-ae575ddf28d7",
      "name": "Mark Anthony Spears",
      "link": "https://www.musixmatch.com/creator/Mark-Anthony-Spears",
      "vanity_id": "Mark-Anthony-Spears",
      "stage_name": "Sounwave",
      "first_name": "Mark Anthony",
      "last_name": "Spears",
      "image": "https://upload.wikimedia.org/wikipedia/commons/d/d2/Sounwave.jpg",
      "roles": [
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 31,
          "name": "Programmer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "01343385-c4f8-46c7-b9dd-f1b128c6b739",
      "name": "Diane Eve Warren",
      "link": "https://www.musixmatch.com/creator/Diane-Eve-Warren",
      "vanity_id": "Diane-Eve-Warren",
      "stage_name": "Diane Warren",
      "first_name": "Eve Diane",
      "last_name": "Warren",
      "image": "https://upload.wikimedia.org/wikipedia/commons/0/06/Diane_Warren_03_b.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "04cfea8a-a6b3-4b65-a15a-a8b85c26dec8",
      "name": "Louise Bell",
      "link": "https://www.musixmatch.com/creator/Louise-Bell",
      "vanity_id": "Louise-Bell",
      "stage_name": "Louis Bell",
      "first_name": "Russell Louis",
      "last_name": "Bell",
      "image": "https://upload.wikimedia.org/wikipedia/commons/9/9b/Louis_Bell_2019_by_Glenn_Francis.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "00821439-fb27-4445-9789-1b2c63ef959d",
      "name": "Terius Nash",
      "link": "https://www.musixmatch.com/creator/Terius-Nash-4",
      "vanity_id": "Terius-Nash-4",
      "stage_name": "The-Dream",
      "first_name": "Youngdell Terius",
      "last_name": "Nash",
      "image": "https://upload.wikimedia.org/wikipedia/commons/d/d7/The-Dream_performing.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0292cee1-fe8c-493c-a710-e150f52b5139",
      "name": "George Michael",
      "link": "https://www.musixmatch.com/creator/George-Michael-3",
      "vanity_id": "George-Michael-3",
      "stage_name": "George Michael",
      "first_name": "George",
      "last_name": "Panayiotou Michael",
      "image": "https://upload.wikimedia.org/wikipedia/commons/f/f2/George_Michael.jpeg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0538e7a2-a29e-4f81-abad-7eb465b32b07",
      "name": "Verdine White",
      "link": "https://www.musixmatch.com/creator/Verdine-White",
      "vanity_id": "Verdine-White",
      "stage_name": "Maurice White",
      "first_name": "Maurice",
      "last_name": "White",
      "image": "https://upload.wikimedia.org/wikipedia/commons/a/a7/Verdine_White.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "06c3480e-7a12-49ac-af5b-8f17225dca47",
      "name": "Berry Gordy Jr",
      "link": "https://www.musixmatch.com/creator/Berry-Gordy-Jr",
      "vanity_id": "Berry-Gordy-Jr",
      "stage_name": "Berry Gordy",
      "first_name": "Berry",
      "last_name": "Gordy",
      "image": "https://upload.wikimedia.org/wikipedia/commons/d/d1/BerryGordyDec10.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "019f7ee8-eb22-4369-a38d-c1dea58874b9",
      "name": "Adam King",
      "link": "https://www.musixmatch.com/creator/Adam-King-1",
      "vanity_id": "Adam-King-1",
      "stage_name": "Frank Dukes",
      "first_name": "Adam King",
      "last_name": "Feeney",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "12d6f2dd-2bdc-4346-9ba1-0232af2dd078",
      "name": "Elizabeth Grant",
      "link": "https://www.musixmatch.com/creator/Elizabeth-Grant-2",
      "vanity_id": "Elizabeth-Grant-2",
      "stage_name": "Lana Del Rey",
      "first_name": "Elizabeth",
      "last_name": "Grant Woolridge",
      "image": "https://upload.wikimedia.org/wikipedia/commons/3/30/LDR2019-cr.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "014e5eff-f807-4aab-bf86-8f2b49b118cb",
      "name": "Hillary Lindsey",
      "link": "https://www.musixmatch.com/creator/Hillary-Lindsey",
      "vanity_id": "Hillary-Lindsey",
      "stage_name": "Hillary Lindsey",
      "first_name": "Hillary Lee",
      "last_name": "Lindsey",
      "image": "https://upload.wikimedia.org/wikipedia/commons/d/dd/Hillary_Lindsey%2C_ASCAP_concert%2C_2011.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "03a9979c-692a-4b95-85e4-6ce393856eb8",
      "name": "Nayvadius Demun Wilburn",
      "link": "https://www.musixmatch.com/creator/Nayvadius-Demun-Wilburn",
      "vanity_id": "Nayvadius-Demun-Wilburn",
      "stage_name": "Future",
      "first_name": "DeMun Nayvadius",
      "last_name": "Wilburn Cash",
      "image": "https://upload.wikimedia.org/wikipedia/commons/5/51/Future_%28rapper%29_2014_%28cropped%29.JPG",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0dfe2793-a086-49c7-905d-9df1bb6e9dd3",
      "name": "Austin Richard Post",
      "link": "https://www.musixmatch.com/creator/Austin-Richard-Post",
      "vanity_id": "Austin-Richard-Post",
      "stage_name": "Post Malone",
      "first_name": "Austin Richard",
      "last_name": "Post",
      "image": "https://upload.wikimedia.org/wikipedia/commons/1/12/Post_Malone_at_the_2019_American_Music_Awards.png",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "09231d8a-f532-4e1a-a965-6ce0b151e2ec",
      "name": "Shawn Mendes",
      "link": "https://www.musixmatch.com/creator/Shawn-Mendes",
      "vanity_id": "Shawn-Mendes",
      "stage_name": "Shawn Mendes",
      "first_name": "Raul Peter Shawn",
      "last_name": "Mendes",
      "image": "https://upload.wikimedia.org/wikipedia/commons/8/89/Shawn_Mendes_takes_a_lie_detector_test.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "00cbd00e-56a3-4ccc-83c4-f1866bdc53ce",
      "name": "Frederick J Perren",
      "link": "https://www.musixmatch.com/creator/Frederick-J-Perren",
      "vanity_id": "Frederick-J-Perren",
      "stage_name": "Freddie Perren",
      "first_name": "Frederick James",
      "last_name": "Perren",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0d144208-7ea4-4572-a2ce-f25437de7e56",
      "name": "Franz Xaver Gruber",
      "link": "https://www.musixmatch.com/creator/Franz-Xaver-Gruber-3",
      "vanity_id": "Franz-Xaver-Gruber-3",
      "stage_name": "Franz Xaver Gruber",
      "first_name": "Xaver Franz Conrad",
      "last_name": "Gruber",
      "image": "https://upload.wikimedia.org/wikipedia/commons/b/b0/Franz_Xaver_Gruber_%281787-1863%29.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "4a7a52bc-9bfa-4a4d-9415-2542a4b500bc",
      "name": "Allee Willis",
      "link": "https://www.musixmatch.com/creator/Allee-Willis",
      "vanity_id": "Allee-Willis",
      "stage_name": "Allee Willis",
      "first_name": "Alta Sherral",
      "last_name": "Willis",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "012d5a1a-a9ad-46d2-8bfe-76699c5b850e",
      "name": "Oscar Thomas Holter",
      "link": "https://www.musixmatch.com/creator/Oscar-Thomas-Holter",
      "vanity_id": "Oscar-Thomas-Holter",
      "stage_name": "Oscar Holter",
      "first_name": "Thomas Oscar",
      "last_name": "Holter",
      "image": "https://upload.wikimedia.org/wikipedia/commons/1/17/Oscar_Holter_in_the_studio_2014_with_Ti%C3%ABsto.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "05bc3552-4f4f-4df1-8c5f-75dc85a08665",
      "name": "Joy Williams",
      "link": "https://www.musixmatch.com/creator/Joy-Williams-1",
      "vanity_id": "Joy-Williams-1",
      "stage_name": "Joydria",
      "first_name": "Joy",
      "last_name": "Williams",
      "image": "https://static.musixmatch.com/images-storage/mxm-pro/professional/professional_profile_picture/681628.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "21eae8d6-ee58-40a8-8cde-c56734d4a411",
      "name": "Miguel Angel Hernandez Hernandez",
      "link": "https://www.musixmatch.com/creator/Miguel-Angel-Hernandez-Hernandez",
      "vanity_id": "Miguel-Angel-Hernandez-Hernandez",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "025a62cb-27e0-4596-983c-49c674bfb889",
      "name": "Ali Payami",
      "link": "https://www.musixmatch.com/creator/Ali-Payami-1",
      "vanity_id": "Ali-Payami-1",
      "stage_name": "Ali Payami",
      "first_name": "Ali",
      "last_name": "Payami",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "04830897-f046-44ae-a375-6a1d04c7620d",
      "name": "Anne Erin Clark",
      "link": "https://www.musixmatch.com/creator/Anne-Erin-Clark",
      "vanity_id": "Anne-Erin-Clark",
      "stage_name": "St. Vincent",
      "first_name": "Erin Anne",
      "last_name": "Clark",
      "image": "https://upload.wikimedia.org/wikipedia/commons/7/7d/Glastonbury2022_Annie_Erin_Clark_aka_St._Vincent_%28cropped%29.jpg",
      "roles": [
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 219,
          "name": "Guitar",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "0bbfe3e6-b3e4-4808-a0bf-42b197f44ddf",
      "name": "Verges Thomas Troy",
      "link": "https://www.musixmatch.com/creator/Verges-Thomas-Troy",
      "vanity_id": "Verges-Thomas-Troy",
      "stage_name": "Troy Verges",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0320cbb1-95c0-460d-b24c-5549f9b325c2",
      "name": "Liz Rose",
      "link": "https://www.musixmatch.com/creator/Liz-Rose-4",
      "vanity_id": "Liz-Rose-4",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "026b85c6-7892-4037-8fb6-15c2ef330eca",
      "name": "Cary Ryan Barlowe",
      "link": "https://www.musixmatch.com/creator/Cary-Ryan-Barlowe",
      "vanity_id": "Cary-Ryan-Barlowe",
      "stage_name": "Cary Barlowe",
      "first_name": "Cary",
      "last_name": "Barlowe",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "00cee5f5-c543-4935-94fe-6bc1c59e69c9",
      "name": "Pat Monahan",
      "link": "https://www.musixmatch.com/creator/Pat-Monahan",
      "vanity_id": "Pat-Monahan",
      "stage_name": "Patrick Monahan",
      "first_name": "Patrick T.",
      "last_name": "Monahan",
      "image": "https://upload.wikimedia.org/wikipedia/commons/f/fa/Patrick_Monahan_2011_%28cropped%29.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "02589260-23ff-4beb-a6a9-492015d00b5f",
      "name": "Johnny Mcdaid",
      "link": "https://www.musixmatch.com/creator/Johnny-Mcdaid-2",
      "vanity_id": "Johnny-Mcdaid-2",
      "stage_name": "Johnny McDaid",
      "first_name": "Johnny",
      "last_name": "McDaid",
      "image": "https://upload.wikimedia.org/wikipedia/commons/e/ee/Snow_Patrol_-_2018153204415_2018-06-02_Rock_am_Ring_-_1D_X_MK_II_-_0578_-_B70I1885_%28cropped%29.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "03564c2b-60ef-4261-8ea5-2606e4e1ef5b",
      "name": "Thaddis Harrell",
      "link": "https://www.musixmatch.com/creator/Thaddis-Harrell",
      "vanity_id": "Thaddis-Harrell",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "19406f62-d842-4bb1-b7e0-4c95c1773be1",
      "name": "Gary Lightbody",
      "link": "https://www.musixmatch.com/creator/Gary-Lightbody",
      "vanity_id": "Gary-Lightbody",
      "stage_name": "Gary Lightbody",
      "first_name": "Gary",
      "last_name": "Lightbody",
      "image": "https://upload.wikimedia.org/wikipedia/commons/9/99/Gary_Lightbody_Copenhagen.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "06267704-fa4c-40a8-8d06-2032b41bb437",
      "name": "Amund Bjorklund",
      "link": "https://www.musixmatch.com/creator/Amund-Bjorklund",
      "vanity_id": "Amund-Bjorklund",
      "stage_name": "Amund Bjørklund",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "00024074-4558-41be-8256-f158507611c6",
      "name": "Espen Lind",
      "link": "https://www.musixmatch.com/creator/Espen-Lind",
      "vanity_id": "Espen-Lind",
      "stage_name": "Sebastian Lind",
      "first_name": "Sebastian",
      "last_name": "Lind",
      "image": "https://upload.wikimedia.org/wikipedia/commons/e/e1/Sebastian_Lind_as_supporting_act_for_OneRepublic_April_26%2C_2010.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "006453e8-6ed5-4b9b-9464-6eadd0c464a1",
      "name": "Daniel D. Wilson",
      "link": "https://www.musixmatch.com/creator/Daniel-D-Wilson",
      "vanity_id": "Daniel-D-Wilson",
      "stage_name": "Dan Wilson",
      "first_name": "Daniel",
      "last_name": "Wilson",
      "image": "https://upload.wikimedia.org/wikipedia/commons/f/f3/Dan_Wilson_2014_%28cropped%29.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "008f37c7-197b-4c2f-9cb6-f0002c410c31",
      "name": "Richard Peter John Fairbrass",
      "link": "https://www.musixmatch.com/creator/Richard-Peter-John-Fairbrass",
      "vanity_id": "Richard-Peter-John-Fairbrass",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0de85a8d-636d-48bd-8d29-cbb714380f9a",
      "name": "Alphonso James Mizell",
      "link": "https://www.musixmatch.com/creator/Alphonso-James-Mizell",
      "vanity_id": "Alphonso-James-Mizell",
      "stage_name": "Fonce Mizell",
      "first_name": "James Alphonso",
      "last_name": "Mizell",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "15c12cc2-f6e7-48bc-9d96-856b2995e150",
      "name": "Christopher Abbott Bernard Fairbrass",
      "link": "https://www.musixmatch.com/creator/Christopher-Abbott-Bernard-Fairbrass",
      "vanity_id": "Christopher-Abbott-Bernard-Fairbrass",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "58d08681-d3fa-4c63-b56a-a5a9695eda35",
      "name": "Brett Daniel Warren",
      "link": "https://www.musixmatch.com/creator/Brett-Daniel-Warren",
      "vanity_id": "Brett-Daniel-Warren",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "01611206-4846-4b12-8d67-2588ebe257df",
      "name": "Brad Douglas Warren",
      "link": "https://www.musixmatch.com/creator/Brad-Douglas-Warren",
      "vanity_id": "Brad-Douglas-Warren",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "01846539-63d7-4525-99b7-4d454c1c4711",
      "name": "Martin Johnson",
      "link": "https://www.musixmatch.com/creator/Martin-Johnson",
      "vanity_id": "Martin-Johnson",
      "stage_name": "Martin Johnson",
      "first_name": "Martin",
      "last_name": "Johnson",
      "image": "https://upload.wikimedia.org/wikipedia/commons/c/c4/Martin-Johnson_blg.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0d42aeca-8a50-4b71-8bba-57f023373ae1",
      "name": "Samuel Umberto Romano",
      "link": "https://www.musixmatch.com/creator/Samuel-Umberto-Romano",
      "vanity_id": "Samuel-Umberto-Romano",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "014495c5-aeb1-462e-9fe9-fb3e8ebd91b8",
      "name": "Jahaan Sweet",
      "link": "https://www.musixmatch.com/creator/Jahaan-Sweet",
      "vanity_id": "Jahaan-Sweet",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 17,
          "name": "Co-Producer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        },
        {
          "id": 238,
          "name": "Keyboards",
          "category": "Musician"
        },
        {
          "id": 338,
          "name": "Synthesizer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "00c2d2a6-3c4b-48a6-a064-e222acf144d0",
      "name": "Brett James",
      "link": "https://www.musixmatch.com/creator/Brett-James",
      "vanity_id": "Brett-James",
      "stage_name": "Brett James",
      "first_name": "James Brett",
      "last_name": "Cornelius",
      "image": "https://upload.wikimedia.org/wikipedia/commons/d/dc/Brett_James_151208-D-VO565-091_%2823549175692%29_%28cropped%29.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "019097e4-5011-4bc4-bc78-97f0d8e977eb",
      "name": "Kendrick Duckworth",
      "link": "https://www.musixmatch.com/creator/Kendrick-Duckworth",
      "vanity_id": "Kendrick-Duckworth",
      "stage_name": "Kendrick Lamar",
      "first_name": "Lamar Kendrick",
      "last_name": "Duckworth",
      "image": "https://upload.wikimedia.org/wikipedia/commons/3/32/Pulitzer2018-portraits-kendrick-lamar.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "034ede12-cdbd-40ae-8941-827bf772bc6b",
      "name": "Florence Leontine Mary Welch",
      "link": "https://www.musixmatch.com/creator/Florence-Leontine-Mary-Welch",
      "vanity_id": "Florence-Leontine-Mary-Welch",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "1af57a23-acd4-4adc-9985-b00f91032815",
      "name": "Brendon Urie",
      "link": "https://www.musixmatch.com/creator/Brendon-Urie",
      "vanity_id": "Brendon-Urie",
      "stage_name": "Brendon Urie",
      "first_name": "Brendon Boyd",
      "last_name": "Urie",
      "image": "https://upload.wikimedia.org/wikipedia/commons/f/fb/Panic_at_the_Disco_Im_Park_2016_%2811_von_11%29.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "1f7bb551-ad41-4ab9-90d0-b32b844d8426",
      "name": "Al Mckay",
      "link": "https://www.musixmatch.com/creator/Al-Mckay",
      "vanity_id": "Al-Mckay",
      "stage_name": "Al McKay",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "00501e88-a2c3-4c41-aa3c-90a93dde2243",
      "name": "Fred",
      "link": "https://www.musixmatch.com/creator/FRED",
      "vanity_id": "FRED",
      "stage_name": "Fred Again",
      "first_name": "John Philip Frederick",
      "last_name": "Gibson",
      "image": "https://upload.wikimedia.org/wikipedia/commons/9/91/Fredagainprofie.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "04f81a82-afbc-4422-8345-b7b3009bf251",
      "name": "Tommy James",
      "link": "https://www.musixmatch.com/creator/Tommy-James",
      "vanity_id": "Tommy-James",
      "stage_name": "Tommy James",
      "first_name": "Thomas Gregory",
      "last_name": "Jackson",
      "image": "https://upload.wikimedia.org/wikipedia/commons/d/dc/Tommy_James_2010.png",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "00b5cabb-abdb-48cb-b442-47825a6114fd",
      "name": "Keanu Dean Torres",
      "link": "https://www.musixmatch.com/creator/Keanu-Dean-Torres",
      "vanity_id": "Keanu-Dean-Torres",
      "stage_name": "Keanu Beats",
      "first_name": "Keanu Dean",
      "last_name": "Torres",
      "image": null,
      "roles": [
        {
          "id": 3,
          "name": "Composer",
          "category": "Songwriter"
        },
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        },
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        },
        {
          "id": 338,
          "name": "Synthesizer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "2dff3e0a-a4b8-4ab4-920d-be87fccd6d08",
      "name": "John Rich",
      "link": "https://www.musixmatch.com/creator/John-Rich",
      "vanity_id": "John-Rich",
      "stage_name": "John Rich",
      "first_name": "D. John",
      "last_name": "Rich",
      "image": "https://upload.wikimedia.org/wikipedia/commons/8/89/JohnRichApr10.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0050f77c-e5e9-4bc5-a154-47b1f6625dc5",
      "name": "Jackie De Shannon",
      "link": "https://www.musixmatch.com/creator/Jackie-De-Shannon",
      "vanity_id": "Jackie-De-Shannon",
      "stage_name": "Jackie DeShannon",
      "first_name": "Lee Sharon",
      "last_name": "Myers",
      "image": "https://upload.wikimedia.org/wikipedia/commons/4/4f/Jackie_DeShannon_2011.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "1330760a-590c-4358-8463-9b22a1ff7065",
      "name": "Lori Mckenna",
      "link": "https://www.musixmatch.com/creator/Lori-Mckenna",
      "vanity_id": "Lori-Mckenna",
      "stage_name": "Lori McKenna",
      "first_name": "Lori",
      "last_name": "McKenna",
      "image": "https://upload.wikimedia.org/wikipedia/commons/3/38/LoriMcKennaNewBedfordSummerfest2006_%28cropped%29.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0303436a-d302-45a3-b6be-dd50fd5f9476",
      "name": "Justin Vernon",
      "link": "https://www.musixmatch.com/creator/Justin-Vernon",
      "vanity_id": "Justin-Vernon",
      "stage_name": "Justin Vernon",
      "first_name": "Justin",
      "last_name": "Vernon",
      "image": "https://upload.wikimedia.org/wikipedia/commons/c/c4/Bon_Iver.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "00c94a7b-cbd5-4f9c-aaff-1da93abf2fbb",
      "name": "Deke Richards",
      "link": "https://www.musixmatch.com/creator/Deke-Richards",
      "vanity_id": "Deke-Richards",
      "stage_name": "Deke Richards",
      "first_name": "Dennis",
      "last_name": "Lussier",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "1569059a-41c6-4fa0-93ce-03ef6bd86b08",
      "name": "Philip Springer",
      "link": "https://www.musixmatch.com/creator/Philip-Springer",
      "vanity_id": "Philip-Springer",
      "stage_name": "Philip Springer",
      "first_name": "Philip",
      "last_name": "Springer",
      "image": "https://upload.wikimedia.org/wikipedia/commons/f/f6/Philip_Springer.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "3aecad06-2e45-4844-8eef-6c4f086a4aa0",
      "name": "John White",
      "link": "https://www.musixmatch.com/creator/John-White",
      "vanity_id": "John-White",
      "stage_name": "John White",
      "first_name": null,
      "last_name": null,
      "image": "https://static.musixmatch.com/images-storage/mxm-pro/professional/professional_profile_picture/209876.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0520f895-970e-462c-9181-4642ffcfd187",
      "name": "Lee Garrett",
      "link": "https://www.musixmatch.com/creator/Lee-Garrett",
      "vanity_id": "Lee-Garrett",
      "stage_name": "Lee Garrett",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "25881700-2a8d-4b65-9082-896b66922b1a",
      "name": "Robert Francis Manzoli",
      "link": "https://www.musixmatch.com/creator/Robert-Francis-Manzoli",
      "vanity_id": "Robert-Francis-Manzoli",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "01c15ad4-6a4c-4d22-926c-7a953f04284d",
      "name": "Joan Ellen Javits",
      "link": "https://www.musixmatch.com/creator/Joan-Ellen-Javits",
      "vanity_id": "Joan-Ellen-Javits",
      "stage_name": "Joan Ellen Javits",
      "first_name": "Joan Ellen",
      "last_name": "Javits",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "28dcac35-3b66-4e49-92c1-df34edfa233e",
      "name": "Joseph Henry Iii Burnett",
      "link": "https://www.musixmatch.com/creator/Joseph-Henry-Iii-Burnett",
      "vanity_id": "Joseph-Henry-Iii-Burnett",
      "stage_name": "T Bone Burnett",
      "first_name": null,
      "last_name": null,
      "image": "https://upload.wikimedia.org/wikipedia/commons/9/93/Tboneburnettcolor.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "073b4c4d-7f1f-4fae-9d7b-032931db7962",
      "name": "Sam Dew",
      "link": "https://www.musixmatch.com/creator/Sam-Dew",
      "vanity_id": "Sam-Dew",
      "stage_name": "Sam Dew",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "6fe29f8e-c622-4c77-86a7-d0db8dfb9cdd",
      "name": "Weiss Donna T",
      "link": "https://www.musixmatch.com/creator/Weiss-Donna-T",
      "vanity_id": "Weiss-Donna-T",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "17d7c84d-2eb0-4cca-a613-d81ee3e1d370",
      "name": "Matthew Adam Tavares",
      "link": "https://www.musixmatch.com/creator/Matthew-Adam-Tavares-2",
      "vanity_id": "Matthew-Adam-Tavares-2",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "1914c9e1-800d-4003-9164-81c1831f0fb6",
      "name": "Colbie Caillat",
      "link": "https://www.musixmatch.com/creator/Colbie-Caillat",
      "vanity_id": "Colbie-Caillat",
      "stage_name": "Colbie Caillat",
      "first_name": "Marie Colbie",
      "last_name": "Caillat",
      "image": "https://upload.wikimedia.org/wikipedia/commons/5/57/Colbie_Caillat_2009_American_Music_Award_cropped.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "d0c73c00-dedd-4aba-bf14-32d904e0de57",
      "name": "Isis Naija Gaston",
      "link": "https://www.musixmatch.com/creator/Isis-Naija-Gaston",
      "vanity_id": "Isis-Naija-Gaston",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "448bf7c9-25c9-421e-890d-5faeebf83892",
      "name": "Nathan Barlowe",
      "link": "https://www.musixmatch.com/creator/Nathan-Barlowe",
      "vanity_id": "Nathan-Barlowe",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "360eeae4-d72b-49e3-9c90-5346562bab3a",
      "name": "James Stafford",
      "link": "https://www.musixmatch.com/creator/James-Stafford",
      "vanity_id": "James-Stafford",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "09613031-fcf4-48c7-a73d-9b11c8a99e6f",
      "name": "Scott Underwood",
      "link": "https://www.musixmatch.com/creator/Scott-Underwood",
      "vanity_id": "Scott-Underwood",
      "stage_name": "Scott Underwood",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "1cd5ea86-9192-434f-a05f-54dc04558542",
      "name": "Charles Colin",
      "link": "https://www.musixmatch.com/creator/Charles-Colin",
      "vanity_id": "Charles-Colin",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "3025643b-c94e-4867-9161-82712d2a0fa8",
      "name": "Ephrem Louis Lopez Jr",
      "link": "https://www.musixmatch.com/creator/Ephrem-Louis-Lopez-Jr",
      "vanity_id": "Ephrem-Louis-Lopez-Jr",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "064ae26b-3823-4e54-ac67-337624f19742",
      "name": "Robert Ellis Orrall",
      "link": "https://www.musixmatch.com/creator/Robert-Ellis-Orrall",
      "vanity_id": "Robert-Ellis-Orrall",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "004dbbbb-dcee-43f8-bd35-67a00127272a",
      "name": "Scott Harris",
      "link": "https://www.musixmatch.com/creator/Scott-Harris-5",
      "vanity_id": "Scott-Harris-5",
      "stage_name": "Scott Harris Friedman",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "0d2ec1d2-776b-43c7-af5a-984a9504a750",
      "name": "Bryce David Dessner",
      "link": "https://www.musixmatch.com/creator/Bryce-David-Dessner",
      "vanity_id": "Bryce-David-Dessner",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "2c7d5851-e8d3-41a3-8188-34c5737d7e13",
      "name": "Robert Hotchkiss",
      "link": "https://www.musixmatch.com/creator/Robert-Hotchkiss",
      "vanity_id": "Robert-Hotchkiss",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "00e834ab-2f19-4c55-b90e-cf3df4aa9882",
      "name": "Nathan Chapman",
      "link": "https://www.musixmatch.com/creator/Nathan-Chapman-1",
      "vanity_id": "Nathan-Chapman-1",
      "stage_name": "Nathan Chapman",
      "first_name": "Nathan",
      "last_name": "Chapman",
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "077290c0-cd30-4036-b7fc-0e2d9044c64c",
      "name": "Oscar Michael Goerres",
      "link": "https://www.musixmatch.com/creator/Oscar-Michael-Goerres",
      "vanity_id": "Oscar-Michael-Goerres",
      "stage_name": "Oscar Görres",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "2286a572-1c60-407c-9cbe-a66f46a47888",
      "name": "Angelo",
      "link": "https://www.musixmatch.com/creator/ANGELO",
      "vanity_id": "ANGELO",
      "stage_name": "Angelo Petraglia",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "02629a75-e94c-497c-8694-e368b2fe1e63",
      "name": "William Bowery",
      "link": "https://www.musixmatch.com/creator/William-Bowery",
      "vanity_id": "William-Bowery",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "047a9c70-233c-433d-92e0-dc1de549b97d",
      "name": "Scooter Carusoe",
      "link": "https://www.musixmatch.com/creator/Scooter-Carusoe",
      "vanity_id": "Scooter-Carusoe",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "85218ec9-5967-43fb-8846-203c08baebbd",
      "name": "Randy Merrill",
      "link": "https://www.musixmatch.com/creator/Randy-Merrill",
      "vanity_id": "Randy-Merrill",
      "stage_name": "Randy Merrill",
      "first_name": null,
      "last_name": null,
      "image": "https://upload.wikimedia.org/wikipedia/commons/b/b4/Randy_merrill_sterling_sound.png",
      "roles": [
        {
          "id": 23,
          "name": "Mastering Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "2d5e1301-31f5-4896-8f40-5bd91e2d0b44",
      "name": "Zoë Kravitz",
      "link": "https://www.musixmatch.com/creator/Zo%C3%AB-Kravitz",
      "vanity_id": "Zoë-Kravitz",
      "stage_name": "Zoë Kravitz",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "4b87ff2a-c441-4822-a4e1-ee0571035d06",
      "name": "Josef Mohr",
      "link": "https://www.musixmatch.com/creator/Josef-Mohr-3",
      "vanity_id": "Josef-Mohr-3",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "7125cb67-9985-4e08-b570-769a229ce930",
      "name": "Christopher Rowe",
      "link": "https://www.musixmatch.com/creator/Christopher-Rowe-2",
      "vanity_id": "Christopher-Rowe-2",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "1136fcf8-fe86-4266-9ea3-75fc0b0579d9",
      "name": "Serban Ghenea",
      "link": "https://www.musixmatch.com/creator/Serban-Ghenea",
      "vanity_id": "Serban-Ghenea",
      "stage_name": "Serban Ghenea",
      "first_name": "Serban",
      "last_name": "Ghenea",
      "image": null,
      "roles": [
        {
          "id": 24,
          "name": "Mixing Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "11e4026f-a16f-4e7c-9b6b-fb14a5b293c7",
      "name": "John Hanes",
      "link": "https://www.musixmatch.com/creator/John-Hanes-3",
      "vanity_id": "John-Hanes-3",
      "stage_name": "John Hanes",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 24,
          "name": "Mixing Engineer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "095d9eea-8956-4730-91f4-77a6c2ffadb7",
      "name": "Brian Dean Maher",
      "link": "https://www.musixmatch.com/creator/Brian-Dean-Maher",
      "vanity_id": "Brian-Dean-Maher",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "187e5d14-1311-4c5c-b66c-128d23fa9480",
      "name": "Mike Meadows",
      "link": "https://www.musixmatch.com/creator/Mike-Meadows",
      "vanity_id": "Mike-Meadows",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 42,
          "name": "Background Vocals",
          "category": "Musician"
        },
        {
          "id": 81,
          "name": "Acoustic Guitar",
          "category": "Musician"
        },
        {
          "id": 99,
          "name": "Banjo",
          "category": "Musician"
        },
        {
          "id": 250,
          "name": "Mandolin",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "027c37d5-b757-4676-9cda-e5f1f5196e32",
      "name": "Maya Maria Thompson",
      "link": "https://www.musixmatch.com/creator/Maya-Maria-Thompson",
      "vanity_id": "Maya-Maria-Thompson",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "794ed8b3-d98c-4c83-be5a-16875e6b8ca7",
      "name": "Derek Garten",
      "link": "https://www.musixmatch.com/creator/Derek-Garten",
      "vanity_id": "Derek-Garten",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "0f76425c-e914-4a88-b637-1a5556e87372",
      "name": "Jonathan Low",
      "link": "https://www.musixmatch.com/creator/Jonathan-Low",
      "vanity_id": "Jonathan-Low",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 24,
          "name": "Mixing Engineer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        },
        {
          "id": 107,
          "name": "Bass",
          "category": "Musician"
        },
        {
          "id": 338,
          "name": "Synthesizer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "ba362f11-62f7-4a82-8df5-7e1d71fd3284",
      "name": "Bryce Bordone",
      "link": "https://www.musixmatch.com/creator/Bryce-Bordone-1",
      "vanity_id": "Bryce-Bordone-1",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 24,
          "name": "Mixing Engineer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "015fb8b8-5ba1-4cf5-aece-63945012e4d2",
      "name": "Evan Smith",
      "link": "https://www.musixmatch.com/creator/Evan-Smith-4",
      "vanity_id": "Evan-Smith-4",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 192,
          "name": "Electric Guitar",
          "category": "Musician"
        },
        {
          "id": 209,
          "name": "Flute",
          "category": "Musician"
        },
        {
          "id": 238,
          "name": "Keyboards",
          "category": "Musician"
        },
        {
          "id": 305,
          "name": "Saxophone",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "a819ede8-fab1-400c-8422-37d333ae5ca7",
      "name": "John Rooney",
      "link": "https://www.musixmatch.com/creator/John-Rooney",
      "vanity_id": "John-Rooney",
      "stage_name": "John Rooney (10)",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 14,
          "name": "Assistant Recording Engineer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "0113e242-3580-4771-a325-ef933727461a",
      "name": "Matt Billingslea",
      "link": "https://www.musixmatch.com/creator/Matt-Billingslea",
      "vanity_id": "Matt-Billingslea",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 184,
          "name": "Drum Programming",
          "category": "Musician"
        },
        {
          "id": 185,
          "name": "Drums",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "21f7d0fe-f1d9-40ee-a7ca-5842b79516de",
      "name": "Yuki Numata Resnick",
      "link": "https://www.musixmatch.com/creator/Yuki-Numata-Resnick",
      "vanity_id": "Yuki-Numata-Resnick",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 383,
          "name": "Viola",
          "category": "Musician"
        },
        {
          "id": 385,
          "name": "Violin",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "c70b4d46-e0b2-449a-bca9-b9fd9dde6839",
      "name": "Laura Sisk",
      "link": "https://www.musixmatch.com/creator/Laura-Sisk",
      "vanity_id": "Laura-Sisk",
      "stage_name": "Laura Sisk",
      "first_name": "Laura",
      "last_name": "Sisk",
      "image": null,
      "roles": [
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "797495aa-7f11-448a-8c19-9c375b13a7ba",
      "name": "Amos Heller",
      "link": "https://www.musixmatch.com/creator/Amos-Heller",
      "vanity_id": "Amos-Heller",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 107,
          "name": "Bass",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "5ba4a5eb-1dd4-4775-b558-ffddd36df093",
      "name": "Megan Searl",
      "link": "https://www.musixmatch.com/creator/Megan-Searl",
      "vanity_id": "Megan-Searl",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 14,
          "name": "Assistant Recording Engineer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "efca8ced-3eb5-4c62-bcbc-42882d33350f",
      "name": "Max Bernstein",
      "link": "https://www.musixmatch.com/creator/Max-Bernstein",
      "vanity_id": "Max-Bernstein",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 192,
          "name": "Electric Guitar",
          "category": "Musician"
        },
        {
          "id": 275,
          "name": "Pedal Steel Guitar",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "9fd040a9-0e49-4e46-910e-63f80055ef86",
      "name": "Bella Blasko",
      "link": "https://www.musixmatch.com/creator/Bella-Blasko",
      "vanity_id": "Bella-Blasko",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "349427c9-fc91-4843-868a-eb316d4c585f",
      "name": "Dave Nelson",
      "link": "https://www.musixmatch.com/creator/Dave-Nelson-1",
      "vanity_id": "Dave-Nelson-1",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 14,
          "name": "Assistant Recording Engineer",
          "category": "Production"
        },
        {
          "id": 367,
          "name": "Trombone",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "607573f2-453f-47d1-ab6f-4b832f5ba787",
      "name": "Jon Sher",
      "link": "https://www.musixmatch.com/creator/Jon-Sher",
      "vanity_id": "Jon-Sher",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 14,
          "name": "Assistant Recording Engineer",
          "category": "Production"
        },
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "1ac76563-6f45-4d64-8a38-1437b37c8b6e",
      "name": "Sam Holland",
      "link": "https://www.musixmatch.com/creator/Sam-Holland",
      "vanity_id": "Sam-Holland",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 35,
          "name": "Sound Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "fed3a057-55de-4582-a22b-19b85233f2df",
      "name": "Sean Badum",
      "link": "https://www.musixmatch.com/creator/Sean-Badum",
      "vanity_id": "Sean-Badum",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 14,
          "name": "Assistant Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "681c6298-7573-4614-bc25-176d0da20dc6",
      "name": "Jonathan Yudkin",
      "link": "https://www.musixmatch.com/creator/Jonathan-Yudkin",
      "vanity_id": "Jonathan-Yudkin",
      "stage_name": "Jonathan Yudkin",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 203,
          "name": "Fiddle",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "dcab32dd-1762-437f-8ad7-8b78295ac0d3",
      "name": "David Payne",
      "link": "https://www.musixmatch.com/creator/David-Payne-1",
      "vanity_id": "David-Payne-1",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "4c813f02-ff02-4956-86ad-5c13c64d4483",
      "name": "Caitlin Evanson",
      "link": "https://www.musixmatch.com/creator/Caitlin-Evanson",
      "vanity_id": "Caitlin-Evanson",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 42,
          "name": "Background Vocals",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "08f7eb94-c9b9-4cbb-b31f-03becdc3dfb1",
      "name": "Jon Gautier",
      "link": "https://www.musixmatch.com/creator/Jon-Gautier",
      "vanity_id": "Jon-Gautier",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "5416a322-24b1-46ad-8183-e09e8b7e6573",
      "name": "Clarice Jensen",
      "link": "https://www.musixmatch.com/creator/Clarice-Jensen",
      "vanity_id": "Clarice-Jensen",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 138,
          "name": "Cello",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "ac4b31b1-a455-40c9-b86a-b8e62f5ad1ff",
      "name": "Bobby Hawk",
      "link": "https://www.musixmatch.com/creator/Bobby-Hawk-2",
      "vanity_id": "Bobby-Hawk-2",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 385,
          "name": "Violin",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "acb65d08-8bc6-4044-9d48-0d727c27cf3c",
      "name": "Ben Lanz",
      "link": "https://www.musixmatch.com/creator/Ben-Lanz",
      "vanity_id": "Ben-Lanz",
      "stage_name": "Ben Lanz",
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 338,
          "name": "Synthesizer",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "8bf2c155-3345-47d1-bce9-64a562bd5eed",
      "name": "James McAlister",
      "link": "https://www.musixmatch.com/creator/James-McAlister-3",
      "vanity_id": "James-McAlister-3",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 184,
          "name": "Drum Programming",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "fb1f3f42-4099-4639-bc8d-b9dacb14be94",
      "name": "Lowell Reynolds",
      "link": "https://www.musixmatch.com/creator/Lowell-Reynolds-1",
      "vanity_id": "Lowell-Reynolds-1",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "d018f708-ce01-4b60-bb1c-d06c42a6ab5a",
      "name": "Mike Williams",
      "link": "https://www.musixmatch.com/creator/Mike-Williams-3",
      "vanity_id": "Mike-Williams-3",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "47115cb0-3b73-4c44-8ed5-00a6bd768e95",
      "name": "Dan Burns",
      "link": "https://www.musixmatch.com/creator/Dan-Burns-1",
      "vanity_id": "Dan-Burns-1",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 184,
          "name": "Drum Programming",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "1c388d93-dc7b-4ef5-84ad-1475d1e94070",
      "name": "Paul Sidoti",
      "link": "https://www.musixmatch.com/creator/Paul-Sidoti",
      "vanity_id": "Paul-Sidoti",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 192,
          "name": "Electric Guitar",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "fa21d871-eeb5-4a1d-83f6-b3b3f0da539b",
      "name": "Kyle Resnick",
      "link": "https://www.musixmatch.com/creator/Kyle-Resnick-1",
      "vanity_id": "Kyle-Resnick-1",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 32,
          "name": "Recording Engineer",
          "category": "Production"
        }
      ]
    },
    {
      "id": "1c56c667-1881-4b82-8f19-cf4bc661432b",
      "name": "Becca Walls",
      "link": "https://www.musixmatch.com/creator/Becca-Walls-1",
      "vanity_id": "Becca-Walls-1",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "3453d79d-493f-4334-b5fc-3df16fd160bb",
      "name": "Joshua Alexander Dingus",
      "link": "https://www.musixmatch.com/creator/Joshua-Alexander-Dingus",
      "vanity_id": "Joshua-Alexander-Dingus",
      "stage_name": "Cautious Clay",
      "first_name": "Joshua",
      "last_name": "Karpeh",
      "image": "https://upload.wikimedia.org/wikipedia/commons/a/a1/Cautious_Clay.jpg",
      "roles": [
        {
          "id": 4,
          "name": "Composer Lyricist",
          "category": "Songwriter"
        }
      ]
    },
    {
      "id": "06543df8-ee46-4c7c-8908-c6fd1f3b58e4",
      "name": "Michael Riddleberger",
      "link": "https://www.musixmatch.com/creator/Michael-Riddleberger",
      "vanity_id": "Michael-Riddleberger",
      "stage_name": null,
      "first_name": null,
      "last_name": null,
      "image": null,
      "roles": [
        {
          "id": 185,
          "name": "Drums",
          "category": "Musician"
        }
      ]
    },
    {
      "id": "97f502fc-dfe1-404e-bd45-ae47335d2cf3",
      "name": "Joseph Alwyn",
      "link": "https://www.musixmatch.com/creator/Joseph-Alwyn",
      "vanity_id": "Joseph-Alwyn",
      "stage_name": null,
      "first_name": "Joseph",
      "last_name": "Alwyn",
      "image": null,
      "roles": [
        {
          "id": 30,
          "name": "Producer",
          "category": "Production"
        }
      ]
    }
  ]
}