Information about plays

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

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

{
    "id": 1312800,
    "uri": "https://api.kexp.org/v2/plays/1312800/?format=api",
    "airdate": "2007-12-11T04:48:02-08:00",
    "show": 22961,
    "show_uri": "https://api.kexp.org/v2/shows/22961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BXrpOr%2ByL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BXrpOr%2ByL._SL75_.jpg",
    "song": "Hearts of Oak",
    "track_id": "39fa9faa-87eb-4eda-97f9-beb61026288f",
    "recording_id": null,
    "artist": "Ted Leo and the Pharmacists",
    "artist_ids": [
        "31095622-5a1e-4f22-8ad1-b08eb6255f37"
    ],
    "album": "Hearts of Oak",
    "release_id": "8a94e4db-6ae2-4ff8-968d-0ca2884e7253",
    "release_group_id": null,
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "2003-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}