Information about plays

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

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

{
    "id": 517010,
    "uri": "https://api.kexp.org/v2/plays/517010/?format=api",
    "airdate": "2002-02-12T13:54:00-08:00",
    "show": 8919,
    "show_uri": "https://api.kexp.org/v2/shows/8919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VoIHQYCuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VoIHQYCuL._SL75_.jpg",
    "song": "Use Your Brain",
    "track_id": "54a6dbb5-d8df-45e2-9753-4ebf3d840cf4",
    "recording_id": null,
    "artist": "The Dirty Dozen Brass Band",
    "artist_ids": [
        "29bdc1d0-dc34-4f5d-9c22-8b2d66421f49"
    ],
    "album": "Open Up (Whatcha Gonna Do for the Rest of Your Life?)",
    "release_id": "11c91765-79b8-4b31-8a53-597193d1143c",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}