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

{
    "name": "Kilgore og King",
    "title": "Kilgore og King",
    "id": 2431,
    "slug": "kilgore-og-king",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2431/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 2753,
            "title": "Mig dregur þrá",
            "url": "https://www.guitarparty.com/songs/mig-dregur-thra/"
        }
    ]
}