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

{
    "name": "Uwe Fahrenkrog-Petersen",
    "title": "Uwe Fahrenkrog-Petersen",
    "id": 12503,
    "slug": "uwe-fahrenkrog-petersen",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12503/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24674,
            "title": "99 Luftballons",
            "url": "https://www.guitarparty.com/songs/99-luftballons/"
        },
        {
            "id": 24675,
            "title": "99 Red Balloons",
            "url": "https://www.guitarparty.com/songs/99-red-balloons/"
        }
    ]
}