Information about plays

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

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

{
    "id": 427018,
    "uri": "https://api.kexp.org/v2/plays/427018/?format=api",
    "airdate": "2001-05-22T21:16:00-07:00",
    "show": 7172,
    "show_uri": "https://api.kexp.org/v2/shows/7172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eIRSjl6IL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eIRSjl6IL._SL75_.jpg",
    "song": "I Try",
    "track_id": "a30f04cc-24b4-4031-b584-ac45a2c14622",
    "recording_id": null,
    "artist": "Macy Gray",
    "artist_ids": [
        "48772747-4cda-4ba8-b470-cfd5a32e05f7"
    ],
    "album": "On How Life Is",
    "release_id": "dd69418e-5b70-4191-a728-bd2a133c9b96",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}