Information about plays

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

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

{
    "id": 513691,
    "uri": "https://api.kexp.org/v2/plays/513691/?format=api",
    "airdate": "2002-02-03T00:50:00-08:00",
    "show": 8856,
    "show_uri": "https://api.kexp.org/v2/shows/8856/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516tw4IBi%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516tw4IBi%2BL._SL75_.jpg",
    "song": "Put Your Quarter In and Watch the Chicken Dance",
    "track_id": "a84b8bc6-670d-4a0c-8e4a-5b3ea5d2e63a",
    "recording_id": null,
    "artist": "Thomas Chapin Trio",
    "artist_ids": [
        "52a945c3-ccd3-47ec-9d14-e96e51308b4e"
    ],
    "album": "Menagerie Dreams",
    "release_id": "a3b93c96-5eca-4450-95c9-28e29ae0c605",
    "release_group_id": null,
    "labels": [
        "Knitting Factory Works"
    ],
    "label_ids": [
        "63d2736a-1e2d-4a69-a05a-008b13ffa073"
    ],
    "release_date": "1996-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}