Information about plays

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

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

{
    "id": 461985,
    "uri": "https://api.kexp.org/v2/plays/461985/?format=api",
    "airdate": "2001-09-02T01:50:00-07:00",
    "show": 7843,
    "show_uri": "https://api.kexp.org/v2/shows/7843/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51i7KtHnJQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51i7KtHnJQL._SL75_.jpg",
    "song": "Twelve More Bars to Go",
    "track_id": "c4724d54-180f-4c30-b480-77d5d8e5b7ba",
    "recording_id": null,
    "artist": "Wayne Shorter",
    "artist_ids": [
        "2379937f-6e0d-46a2-b8ff-633fafd72002"
    ],
    "album": "Juju",
    "release_id": "e52f55a5-d4a3-477d-b4e7-d025d4554af3",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}