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

{
    "name": "Post Malone",
    "title": "Post Malone",
    "id": 14849,
    "slug": "post-malone",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14849/?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/"
        }
    ]
}