Information about plays

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

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

{
    "id": 465606,
    "uri": "https://api.kexp.org/v2/plays/465606/?format=api",
    "airdate": "2001-09-12T22:51:25-07:00",
    "show": 7915,
    "show_uri": "https://api.kexp.org/v2/shows/7915/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/616fGhPTU4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/616fGhPTU4L._SL75_.jpg",
    "song": "Plateau",
    "track_id": "3b348792-7cd0-48a2-aca4-8e08d6a05105",
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Orbus Terrarum",
    "release_id": "0a9b3cf1-47af-4859-afcb-0f7d2a8602ed",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}