Information about plays

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

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

{
    "id": 500515,
    "uri": "https://api.kexp.org/v2/plays/500515/?format=api",
    "airdate": "2001-12-26T05:53:00-08:00",
    "show": 8594,
    "show_uri": "https://api.kexp.org/v2/shows/8594/?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": "Disappear",
    "track_id": "f599d437-4b10-4705-aa87-5c7bfde3636a",
    "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"
    ],
    "label_ids": [],
    "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"
}