Information about plays

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

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

{
    "id": 1268848,
    "uri": "https://api.kexp.org/v2/plays/1268848/?format=api",
    "airdate": "2007-08-19T12:40:09-07:00",
    "show": 22214,
    "show_uri": "https://api.kexp.org/v2/shows/22214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YECQ4W8GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YECQ4W8GL._SL75_.jpg",
    "song": "What's an Ocean For?",
    "track_id": null,
    "recording_id": null,
    "artist": "White Whale",
    "artist_ids": [
        "af769737-4032-4796-8331-e17a5a786882"
    ],
    "album": "WWI",
    "release_id": "5392eebc-2eec-49f2-b290-80deecee8469",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "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"
}