Information about plays

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

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

{
    "id": 419821,
    "uri": "https://api.kexp.org/v2/plays/419821/?format=api",
    "airdate": "2001-04-30T17:30:00-07:00",
    "show": 7022,
    "show_uri": "https://api.kexp.org/v2/shows/7022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2134J8ETN4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2134J8ETN4L._SL75_.jpg",
    "song": "No, Don't Follow Fashion",
    "track_id": null,
    "recording_id": null,
    "artist": "African Head Charge",
    "artist_ids": [
        "9b30a687-a841-4b91-b1d8-a0ba5b6085ea"
    ],
    "album": "In Pursuit of Shashamane Land",
    "release_id": "2131b592-a12d-4ecf-92b8-eee3d09cf4fe",
    "release_group_id": null,
    "labels": [
        "U-Sound"
    ],
    "label_ids": [
        "b190e04a-3040-4bf5-9c5b-bc25881241fe"
    ],
    "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"
}