Information about plays

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

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

{
    "id": 419975,
    "uri": "https://api.kexp.org/v2/plays/419975/?format=api",
    "airdate": "2001-05-01T05:11:15-07:00",
    "show": 7025,
    "show_uri": "https://api.kexp.org/v2/shows/7025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V06HEX3DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V06HEX3DL._SL75_.jpg",
    "song": "Under the Milky Way",
    "track_id": null,
    "recording_id": null,
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Starfish",
    "release_id": "3b4c7e87-c690-49a8-ab74-d1194a42acb3",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1988-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}