Information about plays

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

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

{
    "id": 500832,
    "uri": "https://api.kexp.org/v2/plays/500832/?format=api",
    "airdate": "2001-12-27T01:29:00-08:00",
    "show": 8600,
    "show_uri": "https://api.kexp.org/v2/shows/8600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MB709JZDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MB709JZDL._SL75_.jpg",
    "song": "Ugly",
    "track_id": "fe45c2cd-0e16-4ee3-a978-7eebddb39b5f",
    "recording_id": null,
    "artist": "Suffering and the Hideous Thieves",
    "artist_ids": [
        "7d943ee2-2bc9-4d94-8839-79375693c322"
    ],
    "album": "Real Panic Formed",
    "release_id": "a29f860a-d4ec-4941-85b8-76f967ed43e0",
    "release_group_id": null,
    "labels": [
        "Velvet Blue Music"
    ],
    "label_ids": [
        "359708b2-0edb-44d0-a04a-28b6762febab"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}