Information about plays

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

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

{
    "id": 1275723,
    "uri": "https://api.kexp.org/v2/plays/1275723/?format=api",
    "airdate": "2007-09-05T20:43:08-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518u%2BWp2mpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518u%2BWp2mpL._SL75_.jpg",
    "song": "Lament 1 'Bird's Lament'",
    "track_id": "cb65815c-5f4d-4741-8ba4-4f2ac44c3403",
    "recording_id": null,
    "artist": "Moondog",
    "artist_ids": [
        "0b8dff0b-ce42-4cc6-afd1-1841f7781ed4"
    ],
    "album": "The Viking of Sixth Avenue",
    "release_id": "e262aaed-701d-4dcc-832f-7ea8bdabdeb4",
    "release_group_id": null,
    "labels": [
        "Honest Jon's Records"
    ],
    "label_ids": [
        "5ee68d72-8ae8-4226-be37-a11aac89a6db"
    ],
    "release_date": "2005-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}