Information about plays

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

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

{
    "id": 510938,
    "uri": "https://api.kexp.org/v2/plays/510938/?format=api",
    "airdate": "2002-01-26T00:07:00-08:00",
    "show": 8800,
    "show_uri": "https://api.kexp.org/v2/shows/8800/?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": "A Life (1895 - 1915)",
    "track_id": "3c046beb-160d-4f11-adc4-42c02390ac50",
    "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"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1998-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}