Information about plays

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

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

{
    "id": 1416700,
    "uri": "https://api.kexp.org/v2/plays/1416700/?format=api",
    "airdate": "2008-08-31T22:40:00-07:00",
    "show": 24710,
    "show_uri": "https://api.kexp.org/v2/shows/24710/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E3-FfvD1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E3-FfvD1L._SL75_.jpg",
    "song": "Paid in Full (Seven Minutes of Madness-The Cold cut remix)",
    "track_id": "3840f1b2-5c14-4bbc-b1e1-6a4f3dd4bba8",
    "recording_id": null,
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Colors",
    "release_id": "d9349a6e-af39-409e-a616-ef6d9f386113",
    "release_group_id": null,
    "labels": [
        "Warner+Bros."
    ],
    "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"
}