Information about plays

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

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

{
    "id": 1213716,
    "uri": "https://api.kexp.org/v2/plays/1213716/?format=api",
    "airdate": "2007-03-31T10:35:00-07:00",
    "show": 21272,
    "show_uri": "https://api.kexp.org/v2/shows/21272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fhh%2B0UWjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fhh%2B0UWjL._SL75_.jpg",
    "song": "Watch and Prey",
    "track_id": null,
    "recording_id": null,
    "artist": "The Congos",
    "artist_ids": [
        "6a810a7e-0163-41c5-b198-2edcbb4a33bb"
    ],
    "album": "Cock Mouth Kill Cock",
    "release_id": "a8a293d8-4ca4-4085-96c0-c4d05b634cb0",
    "release_group_id": null,
    "labels": [
        "Explorer Recording"
    ],
    "label_ids": [
        "a08d1a5c-3039-45cc-b271-bf7f9c394961"
    ],
    "release_date": "2006-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}