Information about plays

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

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

{
    "id": 533470,
    "uri": "https://api.kexp.org/v2/plays/533470/?format=api",
    "airdate": "2002-04-01T08:05:00-08:00",
    "show": 9241,
    "show_uri": "https://api.kexp.org/v2/shows/9241/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Z79YMKP1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Z79YMKP1L._SL75_.jpg",
    "song": "Crestfallen",
    "track_id": "0c2f79e8-63cb-4561-8fea-85bb2027320f",
    "recording_id": null,
    "artist": "Split Lip",
    "artist_ids": [
        "e55fb904-47dd-4dcc-8398-1846c98652d2"
    ],
    "album": "For the Love of the Wounded",
    "release_id": "f05a5ef7-2cc0-43e1-ba72-adb9cec2eb09",
    "release_group_id": null,
    "labels": [
        "Teen Beat"
    ],
    "label_ids": [
        "8aff03f2-cb2c-4b64-a2d5-7e63f53319ad"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}