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

{
    "name": "Nat Ayer",
    "title": "Nat Ayer",
    "id": 10200,
    "slug": "nat-ayer",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10200/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22238,
            "title": "If You Were The Only Girl In The World",
            "url": "https://www.guitarparty.com/songs/if-you-were-the-only-girl-in-the-world/"
        }
    ]
}