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

{
    "name": "Alan O. Day",
    "title": "Alan O. Day",
    "id": 11313,
    "slug": "alan-o-day",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11313/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23501,
            "title": "Eldhúsverkin",
            "url": "https://www.guitarparty.com/songs/eldhusverkin/"
        },
        {
            "id": 24923,
            "title": "Real emotion",
            "url": "https://www.guitarparty.com/songs/real-emotion/"
        }
    ]
}