Information about plays

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

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

{
    "id": 414431,
    "uri": "https://api.kexp.org/v2/plays/414431/?format=api",
    "airdate": "2001-02-25T17:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VPEW9D4NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VPEW9D4NL._SL75_.jpg",
    "song": "Love in a Plain Brown Envelope",
    "track_id": "4881b5ba-d51e-433c-886e-83a1f3042dde",
    "recording_id": null,
    "artist": "The Legendary Pink Dots",
    "artist_ids": [
        "38f0dd4f-bcbb-4e7a-afae-a41a2bbf9d74"
    ],
    "album": "Faces in the Fire",
    "release_id": "8f7db625-160d-466a-a374-93b6d1f264e5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}