Information about plays

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

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

{
    "id": 1178025,
    "uri": "https://api.kexp.org/v2/plays/1178025/?format=api",
    "airdate": "2006-12-28T19:34:08-08:00",
    "show": 20656,
    "show_uri": "https://api.kexp.org/v2/shows/20656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612LEZnowwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612LEZnowwL._SL75_.jpg",
    "song": "Old Dan Tucker",
    "track_id": null,
    "recording_id": null,
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "We Shall Overcome: The Seeger Sessions",
    "release_id": "00c8d0d6-ade8-485b-be3b-85a0399fb30e",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2006-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}