Information about plays

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

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

{
    "id": 535914,
    "uri": "https://api.kexp.org/v2/plays/535914/?format=api",
    "airdate": "2002-04-08T14:07:16-07:00",
    "show": 9289,
    "show_uri": "https://api.kexp.org/v2/shows/9289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y6RdqHI2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y6RdqHI2L._SL75_.jpg",
    "song": "Simple Mathematics",
    "track_id": "13a34374-8f08-4415-9046-5baeae3e4472",
    "recording_id": null,
    "artist": "Ming & FS",
    "artist_ids": [
        "737b4f18-df85-4c94-b131-dbb2b363800e"
    ],
    "album": "The Human Condition",
    "release_id": "24e2e2d8-0270-4bc9-8638-48a07bb5662f",
    "release_group_id": null,
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}