Information about plays

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

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

{
    "id": 416236,
    "uri": "https://api.kexp.org/v2/plays/416236/?format=api",
    "airdate": "2001-04-19T03:03:45-07:00",
    "show": 6946,
    "show_uri": "https://api.kexp.org/v2/shows/6946/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Z822568QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Z822568QL._SL75_.jpg",
    "song": "Where the Change Is",
    "track_id": "b3fbc518-2e32-4365-9667-c22f32ae2b93",
    "recording_id": null,
    "artist": "The Flashing Lights",
    "artist_ids": [
        "58ad7e88-565e-46ec-ada4-b99301b81d95"
    ],
    "album": "Where the Change Is",
    "release_id": "ae518b8f-c9ef-4fe0-bbfc-0848932588ce",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}