Information about plays

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

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

{
    "id": 436464,
    "uri": "https://api.kexp.org/v2/plays/436464/?format=api",
    "airdate": "2001-06-20T00:25:42-07:00",
    "show": 7350,
    "show_uri": "https://api.kexp.org/v2/shows/7350/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HelW3TT9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HelW3TT9L._SL75_.jpg",
    "song": "The Bugs Will Bite",
    "track_id": "9a3026fa-fceb-4941-9884-c4edd5953188",
    "recording_id": null,
    "artist": "Fila Brazillia",
    "artist_ids": [
        "21267448-e8aa-40f5-90cb-f9ef26ccc009"
    ],
    "album": "A Touch of Cloth",
    "release_id": "97615d11-cda2-454a-abe3-5f56550fcce9",
    "release_group_id": null,
    "labels": [
        "Tritone"
    ],
    "label_ids": [
        "709bee71-559f-4244-9c5a-48543d9067dc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}