Information about plays

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

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

{
    "id": 419990,
    "uri": "https://api.kexp.org/v2/plays/419990/?format=api",
    "airdate": "2001-05-01T06:07:03-07:00",
    "show": 7026,
    "show_uri": "https://api.kexp.org/v2/shows/7026/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217Q0HEJ2KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217Q0HEJ2KL._SL75_.jpg",
    "song": "Hearts of Palm",
    "track_id": null,
    "recording_id": null,
    "artist": "Idaho",
    "artist_ids": [
        "8b7480fd-4a90-4ada-b8d2-8061307f49c0"
    ],
    "album": "Hearts of Palm",
    "release_id": "2763e9bc-8eba-4f64-a043-ae124ece8e98",
    "release_group_id": null,
    "labels": [
        "Idaho Music"
    ],
    "label_ids": [
        "57eb5445-e445-4dee-a643-eb32d1623b21"
    ],
    "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"
}