Information about plays

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

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

{
    "id": 504168,
    "uri": "https://api.kexp.org/v2/plays/504168/?format=api",
    "airdate": "2002-01-06T04:00:00-08:00",
    "show": 8668,
    "show_uri": "https://api.kexp.org/v2/shows/8668/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317275S0YJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317275S0YJL._SL75_.jpg",
    "song": "Wanton Conduct",
    "track_id": "5385b869-6fde-4e08-8582-7b4279a02979",
    "recording_id": null,
    "artist": "Source Direct",
    "artist_ids": [
        "73764092-6736-49f7-992f-bda135d07356"
    ],
    "album": "Exorcise the Demons",
    "release_id": "213d1412-e127-4989-84d6-21a7c52cef70",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}