Information about plays

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

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

{
    "id": 1353715,
    "uri": "https://api.kexp.org/v2/plays/1353715/?format=api",
    "airdate": "2008-03-24T13:25:44-07:00",
    "show": 23646,
    "show_uri": "https://api.kexp.org/v2/shows/23646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RHQTPGEEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RHQTPGEEL._SL75_.jpg",
    "song": "Wizard of the Upper Snake River",
    "track_id": null,
    "recording_id": null,
    "artist": "Caustic Resin",
    "artist_ids": [
        "b44559f3-6d01-4d07-a81b-00e7f85227a0"
    ],
    "album": "Keep On Truckin'",
    "release_id": "cbf6cb12-6d11-4dc5-9506-01f758e14922",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}