Information about plays

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

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

{
    "id": 471419,
    "uri": "https://api.kexp.org/v2/plays/471419/?format=api",
    "airdate": "2001-09-30T09:03:31-07:00",
    "show": 8028,
    "show_uri": "https://api.kexp.org/v2/shows/8028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ff6vcwn-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ff6vcwn-L._SL75_.jpg",
    "song": "Man Without a Future",
    "track_id": "15a1e900-e94d-446c-83c0-0af04da46dc3",
    "recording_id": null,
    "artist": "Cephas & Wiggins",
    "artist_ids": [
        "c446d14f-6abf-47da-927d-e7cbfc0c6373"
    ],
    "album": "Cool Down",
    "release_id": "2a2a1cef-68ff-428c-b037-a143211fa1ce",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}