Information about plays

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

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

{
    "id": 440751,
    "uri": "https://api.kexp.org/v2/plays/440751/?format=api",
    "airdate": "2001-07-02T10:20:00-07:00",
    "show": 7436,
    "show_uri": "https://api.kexp.org/v2/shows/7436/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MBH96A03L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MBH96A03L._SL75_.jpg",
    "song": "Never Said Goodbye",
    "track_id": "d57d4dfc-9a52-4d6b-8a96-730deead442a",
    "recording_id": null,
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "The Law of Things",
    "release_id": "6ea02bda-23d4-4641-a9f2-9d8b046a594d",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}