Information about plays

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

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

{
    "id": 1213443,
    "uri": "https://api.kexp.org/v2/plays/1213443/?format=api",
    "airdate": "2007-03-30T18:09:00-07:00",
    "show": 21268,
    "show_uri": "https://api.kexp.org/v2/shows/21268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516Wn6z72EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516Wn6z72EL._SL75_.jpg",
    "song": "Working for the Man",
    "track_id": "710c6c41-4b9b-493b-9860-4ced5336917b",
    "recording_id": null,
    "artist": "Roy Orbison",
    "artist_ids": [
        "0bbbc496-c7b5-4b3f-bb6d-bd312827d6e5"
    ],
    "album": "In Dreams: The Greatest Hits",
    "release_id": "b9c44a78-83b7-43e1-9476-54edbc6ce025",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}