Information about plays

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

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

{
    "id": 436191,
    "uri": "https://api.kexp.org/v2/plays/436191/?format=api",
    "airdate": "2001-06-19T06:00:00-07:00",
    "show": 7346,
    "show_uri": "https://api.kexp.org/v2/shows/7346/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513-slaoYYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513-slaoYYL._SL75_.jpg",
    "song": "The Black Drop of Water",
    "track_id": null,
    "recording_id": null,
    "artist": "Spaceheads & Max Eastley",
    "artist_ids": [
        "b90debcb-38a1-45a5-9ff3-ad397761e278"
    ],
    "album": "The Time of the Ancient Astronaut",
    "release_id": "719a0fdb-2346-45fe-846c-7071836f8159",
    "release_group_id": null,
    "labels": [
        "BiP_HOp"
    ],
    "label_ids": [
        "81b509bd-e5c4-4771-9cea-af85690d6bc3"
    ],
    "release_date": "2001-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}