Information about plays

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

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

{
    "id": 428263,
    "uri": "https://api.kexp.org/v2/plays/428263/?format=api",
    "airdate": "2001-05-26T09:00:00-07:00",
    "show": 7193,
    "show_uri": "https://api.kexp.org/v2/shows/7193/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31z823I3N0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31z823I3N0L._SL75_.jpg",
    "song": "Fisherman",
    "track_id": null,
    "recording_id": null,
    "artist": "The Congos",
    "artist_ids": [
        "6a810a7e-0163-41c5-b198-2edcbb4a33bb"
    ],
    "album": "Heart of the Congos",
    "release_id": "24cc86e2-343b-4555-bfa1-76b515c20531",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}