Information about plays

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

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

{
    "id": 1278472,
    "uri": "https://api.kexp.org/v2/plays/1278472/?format=api",
    "airdate": "2007-09-12T21:48:21-07:00",
    "show": 22375,
    "show_uri": "https://api.kexp.org/v2/shows/22375/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WJIdO9nOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WJIdO9nOL._SL75_.jpg",
    "song": "The River",
    "track_id": "bd1cc8bc-3bb3-4acf-83be-1cd86daa1501",
    "recording_id": null,
    "artist": "Manual",
    "artist_ids": [
        "d60315b1-e2f8-4c61-8930-c269b03b57bf"
    ],
    "album": "Lost Days, Open Skies and Streaming Tides (disc 2)",
    "release_id": "f23d8ebc-2fb1-484a-8987-04015e10ffb0",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2007-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}