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

{
    "name": "Neil Ormandy",
    "title": "Neil Ormandy",
    "id": 12807,
    "slug": "neil-ormandy",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12807/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 28635,
            "title": "Catch",
            "url": "https://www.guitarparty.com/songs/catch/"
        },
        {
            "id": 24918,
            "title": "Say you won't let go",
            "url": "https://www.guitarparty.com/songs/say-you-wont-let-go/"
        }
    ]
}