Information about plays

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

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

{
    "id": 532968,
    "uri": "https://api.kexp.org/v2/plays/532968/?format=api",
    "airdate": "2002-03-30T17:48:50-08:00",
    "show": 9228,
    "show_uri": "https://api.kexp.org/v2/shows/9228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61tpd3z5cRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61tpd3z5cRL._SL75_.jpg",
    "song": "So Long, Superman",
    "track_id": null,
    "recording_id": null,
    "artist": "Firewater",
    "artist_ids": [
        "63e95d40-d8af-410d-880a-21271470000a"
    ],
    "album": "The Ponzi Scheme",
    "release_id": "48eb5bce-707c-4fad-95fd-a6b7d49791d3",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}