Information about plays

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

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

{
    "id": 434416,
    "uri": "https://api.kexp.org/v2/plays/434416/?format=api",
    "airdate": "2001-06-13T23:16:21-07:00",
    "show": 7311,
    "show_uri": "https://api.kexp.org/v2/shows/7311/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41oP3yLyCBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41oP3yLyCBL._SL75_.jpg",
    "song": "Watershed",
    "track_id": "1fc83ba9-6e78-4da2-9f4e-a90c31505bfb",
    "recording_id": null,
    "artist": "Mark Hollis",
    "artist_ids": [
        "8539cf66-e8e2-41a0-a984-77ba4dcffbc7"
    ],
    "album": "Mark Hollis",
    "release_id": "ebda00d0-5dab-46dd-ae35-846d601eb4ae",
    "release_group_id": null,
    "labels": [
        "polydor( may still be available only as an import)"
    ],
    "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"
}