Information about plays

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

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

{
    "id": 1353111,
    "uri": "https://api.kexp.org/v2/plays/1353111/?format=api",
    "airdate": "2008-03-22T22:16:25-07:00",
    "show": 23634,
    "show_uri": "https://api.kexp.org/v2/shows/23634/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wVVEt%2BthL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wVVEt%2BthL._SL75_.jpg",
    "song": "Every Night",
    "track_id": "7a1fcf8d-d3ac-4b19-90fb-10a1b81a7199",
    "recording_id": null,
    "artist": "Screeching Weasel",
    "artist_ids": [
        "e4a135d0-1948-4620-bc07-b0217d09ccc1"
    ],
    "album": "Anthem for a New Tomorrow",
    "release_id": "d70e8b86-e535-4d5b-8ea7-c286d58dd13d",
    "release_group_id": null,
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "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"
}