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

{
    "name": "Leonard Ahlstrom",
    "title": "Leonard Ahlstrom",
    "id": 888,
    "slug": "leonard-ahlstrom",
    "url": "https://www.guitarparty.com/api/v3/core/authors/888/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 1399,
            "title": "Hands up",
            "url": "https://www.guitarparty.com/songs/hands-up/"
        },
        {
            "id": 1402,
            "title": "Upp með hendur",
            "url": "https://www.guitarparty.com/songs/upp-med-hendur/"
        }
    ]
}