Information about plays

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

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

{
    "id": 1078197,
    "uri": "https://api.kexp.org/v2/plays/1078197/?format=api",
    "airdate": "2006-04-11T07:05:45-07:00",
    "show": 18938,
    "show_uri": "https://api.kexp.org/v2/shows/18938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X5W0VWGKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X5W0VWGKL._SL75_.jpg",
    "song": "The Youngest Was the Most Loved",
    "track_id": "4552a209-ba8d-4579-8778-8f7d6108cf3a",
    "recording_id": null,
    "artist": "Morrissey",
    "artist_ids": [
        "013fa897-86db-41d3-8e9f-386c8a34f4e6"
    ],
    "album": "Ringleader of the Tormentors",
    "release_id": "cf00169b-d6d8-4f40-8e05-f5b766050c73",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}