Information about plays

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

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

{
    "id": 425684,
    "uri": "https://api.kexp.org/v2/plays/425684/?format=api",
    "airdate": "2001-05-18T11:24:00-07:00",
    "show": 7142,
    "show_uri": "https://api.kexp.org/v2/shows/7142/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Zc6rzhS%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Zc6rzhS%2BL._SL75_.jpg",
    "song": "Subterfuge",
    "track_id": "fc12859e-2c1f-43bb-be50-1fd84332bf04",
    "recording_id": null,
    "artist": "999",
    "artist_ids": [
        "90967f7a-dccf-43f8-a212-e84b34e24a7d"
    ],
    "album": "High Energy Plan",
    "release_id": "3456506c-c143-422f-bb45-e1dc7e920afd",
    "release_group_id": null,
    "labels": [
        "PVC Records"
    ],
    "label_ids": [
        "9e98a551-f529-43a2-8513-94b2208f74a8"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}