Information about plays

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

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

{
    "id": 1240034,
    "uri": "https://api.kexp.org/v2/plays/1240034/?format=api",
    "airdate": "2007-06-07T07:32:00-07:00",
    "show": 21724,
    "show_uri": "https://api.kexp.org/v2/shows/21724/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41lx9sE7aYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41lx9sE7aYL._SL75_.jpg",
    "song": "D.A.N.C.E.",
    "track_id": null,
    "recording_id": null,
    "artist": "Justice",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "✝",
    "release_id": "e5ab28d0-bfcf-4a55-babc-bc4fd28ccbbc",
    "release_group_id": null,
    "labels": [
        "Justice"
    ],
    "label_ids": [
        "6ae40ec5-c227-4f6e-b774-d85055e2112b"
    ],
    "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"
}