Information about plays

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

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

{
    "id": 414556,
    "uri": "https://api.kexp.org/v2/plays/414556/?format=api",
    "airdate": "2001-04-09T10:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51W0K28XDML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51W0K28XDML._SL75_.jpg",
    "song": "Ghost-Town of My Brain",
    "track_id": null,
    "recording_id": null,
    "artist": "Jim White",
    "artist_ids": [
        "e1f83b22-d40e-400a-8ebb-4e59b5b53d31"
    ],
    "album": "No Such Place",
    "release_id": "aa6be4fa-586e-400b-b8d1-287cf45519fe",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2001-02-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}