Information about plays

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

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

{
    "id": 472928,
    "uri": "https://api.kexp.org/v2/plays/472928/?format=api",
    "airdate": "2001-10-04T15:16:40-07:00",
    "show": 8055,
    "show_uri": "https://api.kexp.org/v2/shows/8055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N6Iih5h8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N6Iih5h8L._SL75_.jpg",
    "song": "Illinois Blues",
    "track_id": "2c71898c-180f-4acf-9f1a-9a3737f39d05",
    "recording_id": null,
    "artist": "Alvin Youngblood Hart",
    "artist_ids": [
        "209311f4-f9c2-4e44-95c4-f7708f9cc10f"
    ],
    "album": "Territory",
    "release_id": "6c27e3f5-122a-4140-8e93-70e3e433dcbc",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "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"
}