Information about plays

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

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

{
    "id": 414645,
    "uri": "https://api.kexp.org/v2/plays/414645/?format=api",
    "airdate": "2001-04-09T16:00:00-07:00",
    "show": 6913,
    "show_uri": "https://api.kexp.org/v2/shows/6913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41J4DSH8NZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41J4DSH8NZL._SL75_.jpg",
    "song": "Dr. Lee, PhD",
    "track_id": null,
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Hello Nasty",
    "release_id": "97b7095d-0a2b-4d44-af26-eae537a7fee2",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}