Information about plays

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

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

{
    "id": 428903,
    "uri": "https://api.kexp.org/v2/plays/428903/?format=api",
    "airdate": "2001-05-28T13:00:00-07:00",
    "show": 7208,
    "show_uri": "https://api.kexp.org/v2/shows/7208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418MQ0QPDHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418MQ0QPDHL._SL75_.jpg",
    "song": "Sakhalin",
    "track_id": null,
    "recording_id": null,
    "artist": "Cul de Sac",
    "artist_ids": [
        "2d45574f-6e9f-404b-b87b-51ee318bbc27"
    ],
    "album": "China Gate",
    "release_id": "ac768389-152d-420d-922d-acf30780c62e",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "1995-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}