Information about plays

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

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

{
    "id": 1411088,
    "uri": "https://api.kexp.org/v2/plays/1411088/?format=api",
    "airdate": "2008-08-17T22:23:19-07:00",
    "show": 24617,
    "show_uri": "https://api.kexp.org/v2/shows/24617/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61lGcso1ZBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61lGcso1ZBL._SL75_.jpg",
    "song": "Hang Gliding",
    "track_id": "1786fe64-f588-49df-9cf1-0ecf4b06a3ae",
    "recording_id": null,
    "artist": "KiloWatts",
    "artist_ids": [
        "957122f7-79d3-440d-9bde-eddc1972ba43"
    ],
    "album": "Ground State",
    "release_id": "d6bc5292-aae0-4d98-b7d1-d08f0aa52f1e",
    "release_group_id": null,
    "labels": [
        "Native State Records"
    ],
    "label_ids": [
        "550e44a7-1a10-4e43-b3eb-d1ef6887f424"
    ],
    "release_date": "2007-12-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}