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

{
    "name": "Georg Kajanus",
    "title": "Georg Kajanus",
    "id": 12137,
    "slug": "georg-kajanus",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12137/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24234,
            "title": "A Glass Of Champagne",
            "url": "https://www.guitarparty.com/songs/a-glass-of-champagne/"
        },
        {
            "id": 24232,
            "title": "Girls, Girls, Girls",
            "url": "https://www.guitarparty.com/songs/girls-girls-girls/"
        },
        {
            "id": 24231,
            "title": "One Drink Too Many",
            "url": "https://www.guitarparty.com/songs/one-drink-too-many/"
        },
        {
            "id": 24233,
            "title": "The old nickelodeon sound",
            "url": "https://www.guitarparty.com/songs/the-old-nickelodeon-sound/"
        }
    ]
}