Information about plays

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

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

{
    "id": 534544,
    "uri": "https://api.kexp.org/v2/plays/534544/?format=api",
    "airdate": "2002-04-04T10:03:32-08:00",
    "show": 9260,
    "show_uri": "https://api.kexp.org/v2/shows/9260/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/213WMKCM1FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/213WMKCM1FL._SL75_.jpg",
    "song": "Cool For One Night",
    "track_id": "ed752005-c35a-42a2-b352-812e74703f50",
    "recording_id": null,
    "artist": "Hot Rod Circuit",
    "artist_ids": [
        "0e4df37c-a45c-4398-8c74-c2e9b53e3009"
    ],
    "album": "Sorry About Tomorrow",
    "release_id": "6310ab31-2a8f-4415-948c-2612f515c85c",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "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"
}