Information about plays

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

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

{
    "id": 471114,
    "uri": "https://api.kexp.org/v2/plays/471114/?format=api",
    "airdate": "2001-09-29T05:09:13-07:00",
    "show": 8019,
    "show_uri": "https://api.kexp.org/v2/shows/8019/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aUmp%2B11sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aUmp%2B11sL._SL75_.jpg",
    "song": "Voice o' Reason",
    "track_id": "7baf2917-7bc7-4e2e-b84d-a6e015278be3",
    "recording_id": null,
    "artist": "Lesser",
    "artist_ids": [
        "91e8db07-49d6-41fa-92c3-497fecea76d6"
    ],
    "album": "Gearhound",
    "release_id": "8957bd98-2f1d-4784-a052-f9ade84b889a",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2001-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}