Information about plays

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

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

{
    "id": 533928,
    "uri": "https://api.kexp.org/v2/plays/533928/?format=api",
    "airdate": "2002-04-02T17:13:00-08:00",
    "show": 9249,
    "show_uri": "https://api.kexp.org/v2/shows/9249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KESTPVGQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KESTPVGQL._SL75_.jpg",
    "song": "Wouldn't It Be Nice",
    "track_id": null,
    "recording_id": null,
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "Pet Sounds",
    "release_id": "98dfc557-0755-42f6-9fe2-107bbc0e1485",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}