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

{
    "name": "Austin Post",
    "title": "Austin Post",
    "id": 14850,
    "slug": "austin-post",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14850/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27612,
            "title": "Overdrive",
            "url": "https://www.guitarparty.com/songs/overdrive/"
        },
        {
            "id": 27408,
            "title": "Stay (Post Malone)",
            "url": "https://www.guitarparty.com/songs/stay-6/"
        }
    ]
}