Information about plays

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

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

{
    "id": 430200,
    "uri": "https://api.kexp.org/v2/plays/430200/?format=api",
    "airdate": "2001-06-01T05:54:00-07:00",
    "show": 7230,
    "show_uri": "https://api.kexp.org/v2/shows/7230/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Um4J%2B9ZyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Um4J%2B9ZyL._SL75_.jpg",
    "song": "Providence",
    "track_id": "1c63d372-a258-4171-a3b8-ba705e1ab276",
    "recording_id": null,
    "artist": "Ekstasis",
    "artist_ids": [
        "033acd74-7f8a-436d-b1f5-1ea2a9e40d0c"
    ],
    "album": "Wake Up and Dream",
    "release_id": "7318ab44-1068-41e7-9354-2bd8c03f14de",
    "release_group_id": null,
    "labels": [
        "CyberOctave"
    ],
    "label_ids": [
        "e321a789-d491-455d-9211-6da744a509a8"
    ],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}