Information about plays

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

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

{
    "id": 1323327,
    "uri": "https://api.kexp.org/v2/plays/1323327/?format=api",
    "airdate": "2008-01-07T05:08:30-08:00",
    "show": 23138,
    "show_uri": "https://api.kexp.org/v2/shows/23138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V5KK7C95L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V5KK7C95L._SL75_.jpg",
    "song": "Visioning/We (All) Search",
    "track_id": null,
    "recording_id": null,
    "artist": "Richie Hawtin",
    "artist_ids": [
        "76da816f-ea05-4172-ad9e-ffb69c32199f"
    ],
    "album": "DE9 | Transitions",
    "release_id": "5fd92b50-20ec-400f-bc13-237b6f44759f",
    "release_group_id": null,
    "labels": [
        "novamute"
    ],
    "label_ids": [
        "1f3c9a05-aceb-49e9-8aab-036eed57db1f"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}