Information about plays

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

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

{
    "id": 454813,
    "uri": "https://api.kexp.org/v2/plays/454813/?format=api",
    "airdate": "2001-08-12T11:03:45-07:00",
    "show": 7699,
    "show_uri": "https://api.kexp.org/v2/shows/7699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MxHI6FLCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MxHI6FLCL._SL75_.jpg",
    "song": "Lookin' at My Man",
    "track_id": "a6712b81-a0b8-43dd-92ed-6c40d63877dc",
    "recording_id": null,
    "artist": "Lady Bianca",
    "artist_ids": [
        "f61a533f-4420-44ee-952a-12daad1cd6ef"
    ],
    "album": "Rollin'",
    "release_id": "0f90054f-eda2-4050-8772-f63e7fd04de9",
    "release_group_id": null,
    "labels": [
        "Rooster"
    ],
    "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"
}