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

{
    "name": "Jack Scholl",
    "title": "Jack Scholl",
    "id": 12595,
    "slug": "jack-scholl",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12595/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24744,
            "title": "Amma engill",
            "url": "https://www.guitarparty.com/songs/amma-engill/"
        },
        {
            "id": 24745,
            "title": "The Christmas Tree Angel",
            "url": "https://www.guitarparty.com/songs/the-christmas-tree-angel/"
        }
    ]
}