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

{
    "name": "Andreas Carlsson",
    "title": "Andreas Carlsson",
    "id": 1131,
    "slug": "andreas-carlsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1131/?format=api",
    "bio_short": "",
    "artist_img": "//guitarparty.overcastcdn.com/images/AndreasCarlssonA.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 342,
            "title": "Born to make you happy",
            "url": "https://www.guitarparty.com/songs/born-to-make-you-happy/"
        },
        {
            "id": 2962,
            "title": "I want it that way",
            "url": "https://www.guitarparty.com/songs/i-want-it-that-way/"
        },
        {
            "id": 28799,
            "title": "Thats The Way It Is",
            "url": "https://www.guitarparty.com/songs/thats-the-way-it-is/"
        }
    ]
}