Information about plays

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

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

{
    "id": 418881,
    "uri": "https://api.kexp.org/v2/plays/418881/?format=api",
    "airdate": "2001-04-27T17:36:40-07:00",
    "show": 6998,
    "show_uri": "https://api.kexp.org/v2/shows/6998/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Vl9sfDzzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Vl9sfDzzL._SL75_.jpg",
    "song": "Inside",
    "track_id": "a8ea24f7-4beb-47fb-a61b-de6acc46bd31",
    "recording_id": null,
    "artist": "Shantel",
    "artist_ids": [
        "fc79b760-fc4a-4efa-b0e5-f0387d7cd25f"
    ],
    "album": "Great Delay",
    "release_id": "2a956a50-565d-46f5-be17-b76a2b37bcce",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2001-04-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}