Information about plays

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

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

{
    "id": 428730,
    "uri": "https://api.kexp.org/v2/plays/428730/?format=api",
    "airdate": "2001-05-27T20:07:03-07:00",
    "show": 7204,
    "show_uri": "https://api.kexp.org/v2/shows/7204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MVZA6C3FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MVZA6C3FL._SL75_.jpg",
    "song": "Chill Out",
    "track_id": "b2cbbfba-b9c6-401c-a33a-f36d1a54981c",
    "recording_id": null,
    "artist": "The KLF",
    "artist_ids": [
        "8092b8b7-235e-4844-9f72-95a9d5a73dbf"
    ],
    "album": "Chill Out",
    "release_id": "eb9529c6-a620-4de7-bf23-92360bea0458",
    "release_group_id": null,
    "labels": [
        "Wax Trax"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}