Information about plays

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

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

{
    "id": 1303332,
    "uri": "https://api.kexp.org/v2/plays/1303332/?format=api",
    "airdate": "2007-11-16T22:33:59-08:00",
    "show": 22799,
    "show_uri": "https://api.kexp.org/v2/shows/22799/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QPAND4Q0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QPAND4Q0L._SL75_.jpg",
    "song": "The World's Gone Mad",
    "track_id": "3442bc44-7e67-4c98-b81f-6e4f9ee1a0ab",
    "recording_id": null,
    "artist": "Handsome Boy Modeling School",
    "artist_ids": [
        "c3f99319-52c7-47f2-9631-10bc7cc8c589"
    ],
    "album": "White People",
    "release_id": "ba0d2a61-9a82-49c1-97f2-717e329a4e38",
    "release_group_id": null,
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}