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

{
    "name": "A.L.(Doodle) Owens",
    "title": "A.L.(Doodle) Owens",
    "id": 7210,
    "slug": "a-l-doodle-owens",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7210/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10830,
            "title": "Another Chance",
            "url": "https://www.guitarparty.com/songs/another-chance/"
        },
        {
            "id": 10513,
            "title": "Fourteen Minutes Old",
            "url": "https://www.guitarparty.com/songs/fourteen-minutes-old/"
        },
        {
            "id": 11875,
            "title": "I Don't Think She'd Really Mind At All",
            "url": "https://www.guitarparty.com/songs/i-dont-think-shed-really-mind-at-all/"
        }
    ]
}