Information about plays

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

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

{
    "id": 465449,
    "uri": "https://api.kexp.org/v2/plays/465449/?format=api",
    "airdate": "2001-09-12T12:00:00-07:00",
    "show": 7912,
    "show_uri": "https://api.kexp.org/v2/shows/7912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SKYcZkiyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SKYcZkiyL._SL75_.jpg",
    "song": "Angels Spread Your Wings",
    "track_id": "955201e0-bfd1-46d7-aed7-21413c2e30e5",
    "recording_id": null,
    "artist": "Eleventh Dream Day",
    "artist_ids": [
        "751b1385-9595-46ee-b634-8f90f892682a"
    ],
    "album": "Lived to Tell",
    "release_id": "fbff8055-a525-4f85-b198-b6c4f3c82235",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}