Information about plays

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

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

{
    "id": 466818,
    "uri": "https://api.kexp.org/v2/plays/466818/?format=api",
    "airdate": "2001-09-16T18:06:18-07:00",
    "show": 7941,
    "show_uri": "https://api.kexp.org/v2/shows/7941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WUAC482QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WUAC482QL._SL75_.jpg",
    "song": "Love, Peace & Nappiness",
    "track_id": "aec31b2f-f833-4174-839b-21e55c8097cd",
    "recording_id": null,
    "artist": "Lost Boyz",
    "artist_ids": [
        "8b70d4d9-b3d3-4a99-8a95-96ee59f12140"
    ],
    "album": "Love, Peace and Nappiness",
    "release_id": "20cdfd10-a2a4-498c-8a13-8190f544ab97",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "1997-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}