Information about plays

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

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

{
    "id": 452312,
    "uri": "https://api.kexp.org/v2/plays/452312/?format=api",
    "airdate": "2001-08-05T01:26:40-07:00",
    "show": 7652,
    "show_uri": "https://api.kexp.org/v2/shows/7652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3198TVD4M8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3198TVD4M8L._SL75_.jpg",
    "song": "Many Generations",
    "track_id": "045666ca-c0ad-40e4-8904-b2e2523c9e6d",
    "recording_id": null,
    "artist": "African Head Charge",
    "artist_ids": [
        "9b30a687-a841-4b91-b1d8-a0ba5b6085ea"
    ],
    "album": "Drastic Season",
    "release_id": "426a44f3-3584-4bbb-a08e-da59b8934197",
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "1983-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}