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

{
    "name": "Adam Levine",
    "title": "Adam Levine",
    "id": 11845,
    "slug": "adam-levine",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11845/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 23918,
            "title": "Animals",
            "url": "https://www.guitarparty.com/songs/animals/"
        },
        {
            "id": 23919,
            "title": "Maps",
            "url": "https://www.guitarparty.com/songs/maps/"
        },
        {
            "id": 26429,
            "title": "Memories (Maroon 5)",
            "url": "https://www.guitarparty.com/songs/memories-2/"
        },
        {
            "id": 24488,
            "title": "Moves Like Jagger",
            "url": "https://www.guitarparty.com/songs/moves-like-jagger/"
        },
        {
            "id": 27134,
            "title": "Sunday Morning (Maroon 5)",
            "url": "https://www.guitarparty.com/songs/sunday-morning-2/"
        }
    ]
}