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

{
    "name": "Bill Brock",
    "title": "Bill Brock",
    "id": 8259,
    "slug": "bill-brock",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8259/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 14777,
            "title": "I´ll Have Another Cup of Coffee",
            "url": "https://www.guitarparty.com/songs/i-ll-have-another-cup-of-coffee/"
        },
        {
            "id": 14865,
            "title": "My Past Brought Me To You",
            "url": "https://www.guitarparty.com/songs/my-past-brought-me-to-you/"
        }
    ]
}