Information about plays

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

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

{
    "id": 433111,
    "uri": "https://api.kexp.org/v2/plays/433111/?format=api",
    "airdate": "2001-06-10T01:23:04-07:00",
    "show": 7287,
    "show_uri": "https://api.kexp.org/v2/shows/7287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RSwoUJ2ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RSwoUJ2ZL._SL75_.jpg",
    "song": "Time Has Come Today",
    "track_id": null,
    "recording_id": null,
    "artist": "The Chambers Brothers",
    "artist_ids": [
        "5c51de66-d15e-48ed-9402-0f17ba2dfc52"
    ],
    "album": "The Time Has Come",
    "release_id": "9f4d6b1c-05e6-4fcb-992e-e0ce3c280480",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}