Information about plays

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

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

{
    "id": 419289,
    "uri": "https://api.kexp.org/v2/plays/419289/?format=api",
    "airdate": "2001-04-29T01:25:42-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41kG2tg40sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41kG2tg40sL._SL75_.jpg",
    "song": "Sneaky Snake",
    "track_id": "4bce48a7-9747-4adf-85e8-fe9501b45cbc",
    "recording_id": null,
    "artist": "Tom T. Hall",
    "artist_ids": [
        "8d8e3514-06fc-4801-bd4b-8c6ccae223b3"
    ],
    "album": "Songs of Fox Hollow: For Children of All Ages",
    "release_id": "ad1727f0-ca46-4021-bcdc-319fe01a9898",
    "release_group_id": null,
    "labels": [],
    "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"
}