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

{
    "name": "Elvin Bigger",
    "title": "Elvin Bigger",
    "id": 6912,
    "slug": "elvin-bigger",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6912/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12205,
            "title": "Give Me My Flowers While I'm Living",
            "url": "https://www.guitarparty.com/songs/give-me-my-flowers-while-im-living/"
        },
        {
            "id": 18352,
            "title": "Give Me My Flowers While Im Living",
            "url": "https://www.guitarparty.com/songs/give-me-my-flowers-while-im-living-2/"
        }
    ]
}