Information about plays

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

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

{
    "id": 431104,
    "uri": "https://api.kexp.org/v2/plays/431104/?format=api",
    "airdate": "2001-06-04T03:45:00-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aokfRhxFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aokfRhxFL._SL75_.jpg",
    "song": "Rebel Angel",
    "track_id": "26c83f12-4268-4270-b97e-3bacd934180e",
    "recording_id": null,
    "artist": "The Crown",
    "artist_ids": [
        "19710493-0b3e-42de-bbff-eaf7b11b5c75"
    ],
    "album": "Deathrace King",
    "release_id": "ed8f7f8d-9bf7-4f59-ac75-1ed04042c9dd",
    "release_group_id": null,
    "labels": [
        "Metal Blade Records GmbH"
    ],
    "label_ids": [
        "10e7035d-cfff-48d9-a784-507067c2f983"
    ],
    "release_date": "2000-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}