Information about plays

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

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

{
    "id": 462237,
    "uri": "https://api.kexp.org/v2/plays/462237/?format=api",
    "airdate": "2001-09-02T22:35:00-07:00",
    "show": 7849,
    "show_uri": "https://api.kexp.org/v2/shows/7849/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AVMXZNWXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AVMXZNWXL._SL75_.jpg",
    "song": "Congo",
    "track_id": "c569f6e9-16d4-4504-a468-fd376705d10a",
    "recording_id": null,
    "artist": "Peter Erskine",
    "artist_ids": [
        "3086927c-e46f-4200-9c57-fb615ac8da2c"
    ],
    "album": "History of the Drum",
    "release_id": "b18331d3-ec1e-488d-b7a0-fc2a3abf9415",
    "release_group_id": null,
    "labels": [
        "InterWorld"
    ],
    "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"
}