Information about plays

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

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

{
    "id": 532112,
    "uri": "https://api.kexp.org/v2/plays/532112/?format=api",
    "airdate": "2002-03-28T08:50:29-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AR45w3CpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AR45w3CpL._SL75_.jpg",
    "song": "Soul City",
    "track_id": null,
    "recording_id": null,
    "artist": "Bowery Electric",
    "artist_ids": [
        "89cbe6ac-80af-421b-9276-cf373a1480c3"
    ],
    "album": "Lushlife",
    "release_id": "9f8c9c9e-cc88-477f-b61e-8b90ecf5412d",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet US"
    ],
    "label_ids": [
        "ccf5d394-54b2-4929-bbbd-ac4f788c3952"
    ],
    "release_date": "2000-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}