Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/414422/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 414422,
    "uri": "https://api.kexp.org/v2/plays/414422/?format=api",
    "airdate": "2001-02-25T16:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BYN0808XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BYN0808XL._SL75_.jpg",
    "song": "The Truth (feat. Roisin & J-Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Handsome Boy Modeling School",
    "artist_ids": [
        "c3f99319-52c7-47f2-9631-10bc7cc8c589"
    ],
    "album": "So... How's Your Girl?",
    "release_id": "33d5ef96-7e45-49e6-9c87-cfdbe4738c91",
    "release_group_id": null,
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1999-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}