Information about plays

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

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

{
    "id": 530219,
    "uri": "https://api.kexp.org/v2/plays/530219/?format=api",
    "airdate": "2002-03-23T03:21:47-08:00",
    "show": 9175,
    "show_uri": "https://api.kexp.org/v2/shows/9175/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oKGmunJPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oKGmunJPL._SL75_.jpg",
    "song": "Eye of a Needle",
    "track_id": "b4905043-909c-4fd9-a019-b03226f4b78c",
    "recording_id": null,
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "The Ambient Collection",
    "release_id": "09cd994f-5aee-4105-8fbc-f5da3a932435",
    "release_group_id": null,
    "labels": [
        "China Records"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}