I am trying to prove the binomial identity $$\sum_{k = 0}^n \frac{(-1)^k}{2k+1} \binom{2n - 2k}{n-k} \binom{n - k}{k} = \frac{4^n}{n+1},$$ without using induction. Here $n$ is a non-negative integer. The factor of $2k + 1$ in the denominator suggests one try to integrate $x^{2k}$ between the limits of $0$ and $1$. To do this one would need to know what $$\sum_{k = 0}^n (-1)^k \binom{2n - 2k}{n - k} \binom{n - k}{k} x^{2k},$$ is in closed-form. It seems to involve (according to Mathematica) some hypergeometric function, the integral of which is by no means obvious.
I have also tried coefficient extraction methods $[z^n]$, but again the factor of $2k + 1$ in the denominator makes this problematic (at least for me).
So my question is, given the simple form of the expression on the right of this identity, is there a relatively easy way to prove this identity? Perhaps there is some simple trick I am missing?