Information about plays

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

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

{
    "id": 532911,
    "uri": "https://api.kexp.org/v2/plays/532911/?format=api",
    "airdate": "2002-03-30T13:28:57-08:00",
    "show": 9227,
    "show_uri": "https://api.kexp.org/v2/shows/9227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Qe2dlny8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Qe2dlny8L._SL75_.jpg",
    "song": "Grindstone",
    "track_id": "53dbdff8-0e20-421b-a600-b2f38595ebc0",
    "recording_id": null,
    "artist": "Uncle Tupelo",
    "artist_ids": [
        "95c043f1-0bdd-403a-b714-663908d7e4fc"
    ],
    "album": "89/93: An Anthology",
    "release_id": "7526f28a-fd50-46b5-8913-7b4b0c337ba7",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}