Information about plays

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

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

{
    "id": 1288819,
    "uri": "https://api.kexp.org/v2/plays/1288819/?format=api",
    "airdate": "2007-10-09T10:34:07-07:00",
    "show": 22553,
    "show_uri": "https://api.kexp.org/v2/shows/22553/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WjIYc8J4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WjIYc8J4L._SL75_.jpg",
    "song": "Time Bomb High School",
    "track_id": "d3b58c41-f835-421f-80d3-537ae8d30c85",
    "recording_id": null,
    "artist": "Reigning Sound",
    "artist_ids": [
        "fd15c842-515a-4157-8c37-2b54c86390bc"
    ],
    "album": "Time Bomb High School",
    "release_id": "af21100e-01c1-4b46-9146-71550866a63f",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "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"
}