GET /api/v3/core/authors/11404/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Fun feat. Janelle Monáe",
    "title": "Fun feat. Janelle Monáe",
    "id": 11404,
    "slug": "fun-feat-janelle-monae",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11404/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23575,
            "title": "We Are Young (Acoustic)",
            "url": "https://www.guitarparty.com/songs/we-are-young-acoustic/"
        }
    ]
}