Information about plays

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

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

{
    "id": 456912,
    "uri": "https://api.kexp.org/v2/plays/456912/?format=api",
    "airdate": "2001-08-18T04:36:55-07:00",
    "show": 7735,
    "show_uri": "https://api.kexp.org/v2/shows/7735/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51884RD2rQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51884RD2rQL._SL75_.jpg",
    "song": "Dig My Own Grave",
    "track_id": "019d7952-36c1-462d-b2d2-90b50f97b0f5",
    "recording_id": null,
    "artist": "Lisa Germano",
    "artist_ids": [
        "b4cadc83-7307-4196-9f2f-29ebf1650045"
    ],
    "album": "On the Way Down From the Moon Palace",
    "release_id": "2eb278d1-ca26-456f-8d00-7f4855f9c9c0",
    "release_group_id": null,
    "labels": [
        "Koch"
    ],
    "label_ids": [],
    "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"
}