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

{
    "name": "Victor Schertzinger",
    "title": "Victor Schertzinger",
    "id": 12863,
    "slug": "victor-schertzinger",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12863/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27211,
            "title": "I Remember You",
            "url": "https://www.guitarparty.com/songs/i-remember-you-3/"
        },
        {
            "id": 24955,
            "title": "Kiss The Boys Goodbye",
            "url": "https://www.guitarparty.com/songs/kiss-the-boys-goodbye/"
        }
    ]
}