Information about plays

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

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

{
    "id": 455659,
    "uri": "https://api.kexp.org/v2/plays/455659/?format=api",
    "airdate": "2001-08-14T19:12:00-07:00",
    "show": 7715,
    "show_uri": "https://api.kexp.org/v2/shows/7715/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HP7U7hI-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HP7U7hI-L._SL75_.jpg",
    "song": "Dancing and Singing in the Village",
    "track_id": "f9d7ed33-3708-46fb-97f8-c9ddbc41a512",
    "recording_id": null,
    "artist": "The Guo Brothers & Shung Tian",
    "artist_ids": [
        "b4e46242-7f97-495f-af6d-3b9a109b715d"
    ],
    "album": "Yuan",
    "release_id": "b77e7cbe-c5f0-413c-9e4e-2f6ac2d4694f",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}