Information about plays

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

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

{
    "id": 414400,
    "uri": "https://api.kexp.org/v2/plays/414400/?format=api",
    "airdate": "2001-02-19T14:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515XhRUy2PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515XhRUy2PL._SL75_.jpg",
    "song": "Why Honey Why",
    "track_id": "803e267f-18e7-4d5a-91d6-424e07c148bc",
    "recording_id": null,
    "artist": "The Meat Purveyors",
    "artist_ids": [
        "79ef45e0-6b8c-46be-a617-af73fa8ece0a"
    ],
    "album": "Sweet in the Pants",
    "release_id": "b14ccdd4-ebf0-447d-b5f3-ed2d030dbdda",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}