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

{
    "name": "Morty Nevins",
    "title": "Morty Nevins",
    "id": 12984,
    "slug": "morty-nevins-2",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12984/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25092,
            "title": "Kun Hämärtää",
            "url": "https://www.guitarparty.com/songs/kun-haemaertaeae/"
        }
    ]
}