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

{
    "name": "Martin Block",
    "title": "Martin Block",
    "id": 10218,
    "slug": "martin-block",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10218/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22256,
            "title": "I Guess I´ll Have to Dream the Rest",
            "url": "https://www.guitarparty.com/songs/i-guess-i-ll-have-to-dream-the-rest/"
        }
    ]
}