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

{
    "name": "Kristján Þórður Hrafnsson",
    "title": "Kristján Þórður Hrafnsson",
    "id": 11222,
    "slug": "kristjan-thordur-hrafnsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11222/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23429,
            "title": "Á Þjóðarbókhlöðunni",
            "url": "https://www.guitarparty.com/songs/a-thjodarbokhlodunni/"
        }
    ]
}