Information about plays

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

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

{
    "id": 434779,
    "uri": "https://api.kexp.org/v2/plays/434779/?format=api",
    "airdate": "2001-06-14T22:48:00-07:00",
    "show": 7317,
    "show_uri": "https://api.kexp.org/v2/shows/7317/?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 (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"
}