Information about plays

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

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

{
    "id": 470170,
    "uri": "https://api.kexp.org/v2/plays/470170/?format=api",
    "airdate": "2001-09-26T13:14:07-07:00",
    "show": 8003,
    "show_uri": "https://api.kexp.org/v2/shows/8003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217060J3XGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217060J3XGL._SL75_.jpg",
    "song": "Lavender Girl",
    "track_id": "8bb1c915-65be-4672-b23e-d22897978a4a",
    "recording_id": null,
    "artist": "Jarboe",
    "artist_ids": [
        "9b7130d0-558a-4599-b721-04b68c43aaad"
    ],
    "album": "Sacrificial Cake",
    "release_id": "bbdf1ec0-4ed4-4711-ad5d-06f9613c60bd",
    "release_group_id": null,
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}