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

{
    "name": "Jackie Smith",
    "title": "Jackie Smith",
    "id": 3353,
    "slug": "jackie-smith",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3353/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 3427,
            "title": "All kinds of everything",
            "url": "https://www.guitarparty.com/songs/all-kinds-of-everything/"
        },
        {
            "id": 28853,
            "title": "Ótalmargt alla tíð (All Kinds of Everything)",
            "url": "https://www.guitarparty.com/songs/otalmargt-alla-tid-all-kinds-of-everything/"
        },
        {
            "id": 29224,
            "title": "Það er svo ótalmargt (All Kinds of Everything)",
            "url": "https://www.guitarparty.com/songs/thad-er-svo-otalmargt/"
        }
    ]
}