Information about plays

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

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

{
    "id": 454765,
    "uri": "https://api.kexp.org/v2/plays/454765/?format=api",
    "airdate": "2001-08-12T04:32:43-07:00",
    "show": 7698,
    "show_uri": "https://api.kexp.org/v2/shows/7698/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xhMgz8fHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xhMgz8fHL._SL75_.jpg",
    "song": "Tchiwara",
    "track_id": "acf2e9b3-3633-40bc-9bbf-c438bce00a31",
    "recording_id": null,
    "artist": "Rokia Traoré",
    "artist_ids": [
        "900fb180-4427-4e56-a99f-84adb74bd3bd"
    ],
    "album": "Mouneïssa",
    "release_id": "0e098f27-80c8-472c-8d05-ebbd98927d23",
    "release_group_id": null,
    "labels": [
        "Label Bleu/Indigo"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}