Information about plays

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

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

{
    "id": 435456,
    "uri": "https://api.kexp.org/v2/plays/435456/?format=api",
    "airdate": "2001-06-16T22:30:00-07:00",
    "show": 7330,
    "show_uri": "https://api.kexp.org/v2/shows/7330/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XN3vg5PrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XN3vg5PrL._SL75_.jpg",
    "song": "Time Travel",
    "track_id": "becedf5e-fea4-4665-a70a-2d93da671c91",
    "recording_id": null,
    "artist": "Accidental Heroes",
    "artist_ids": [
        "cc786d2e-2235-47ff-a384-ac8b1f923782"
    ],
    "album": "Infrastructure (disc 2)",
    "release_id": "b8314ebe-0aee-407e-927d-3ff417ff1c33",
    "release_group_id": null,
    "labels": [
        "Infra Red"
    ],
    "label_ids": [],
    "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"
}