Information about plays

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

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

{
    "id": 532067,
    "uri": "https://api.kexp.org/v2/plays/532067/?format=api",
    "airdate": "2002-03-28T05:18:10-08:00",
    "show": 9210,
    "show_uri": "https://api.kexp.org/v2/shows/9210/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219BEA5HK3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219BEA5HK3L._SL75_.jpg",
    "song": "Sorrow",
    "track_id": "d4d531e4-5b13-4dc9-8569-14485ae65515",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Sound + Vision (disc 2)",
    "release_id": "b042cbb3-e75d-457a-aa4a-fc172156ee5e",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}