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

{
    "name": "Elizabeth Cotten",
    "title": "Elizabeth Cotten",
    "id": 12702,
    "slug": "elizabeth-cotten",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12702/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24843,
            "title": "Flökku Jói",
            "url": "https://www.guitarparty.com/songs/flokku-joi/"
        },
        {
            "id": 24842,
            "title": "Lestin Brunar",
            "url": "https://www.guitarparty.com/songs/lestin-brunar/"
        }
    ]
}