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

{
    "name": "Linnea Deb",
    "title": "Linnea Deb",
    "id": 12121,
    "slug": "linnea-deb",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12121/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 28518,
            "title": "Flugdrekar",
            "url": "https://www.guitarparty.com/songs/flugdrekar/"
        },
        {
            "id": 24070,
            "title": "Heroes (Måns Zelmerlöw)",
            "url": "https://www.guitarparty.com/songs/heroes-2/"
        }
    ]
}