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

{
    "name": "Aly & AJ",
    "title": "Aly & AJ",
    "id": 5153,
    "slug": "aly-aj",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5153/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/AlyAJPNG.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 8723,
            "title": "On The Ride",
            "url": "https://www.guitarparty.com/songs/on-the-ride/"
        },
        {
            "id": 8724,
            "title": "Out of the Blue",
            "url": "https://www.guitarparty.com/songs/out-of-the-blue/"
        },
        {
            "id": 8722,
            "title": "Protecting Me",
            "url": "https://www.guitarparty.com/songs/protecting-me/"
        }
    ]
}